Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aloncarmel authored Dec 18, 2024
1 parent 728c3ba commit 542f95a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions steps/02_uipath_open_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,16 @@ trigger:
conditions:
- conditionId: text_contains_strings
params:
text: "recieved"
text: "${outputs.audit_logs.data.value}"
strings:
- recieved
- "Wilco${user.repoName}"
then:
do:
- actionId: bot_message
params:
person: lucca
messages:
- text: "${JSON.stringify(outputs.audit_logs.data.value)}"
- text: "![](https://i.giphy.com/media/2CiAsp6yAdiPKx1aM0/giphy.gif)<br/>Fantastic work! Looks like we created our first project!"
- text: "![](https://i.giphy.com/media/2CiAsp6yAdiPKx1aM0/giphy.gif)Fantastic work! Looks like we created our first project!"
- actionId: finish_step
else:
do:
Expand Down

0 comments on commit 542f95a

Please sign in to comment.