Skip to content

Commit

Permalink
project created
Browse files Browse the repository at this point in the history
  • Loading branch information
aloncarmel authored Dec 18, 2024
1 parent 6b7da5c commit 1e6e7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/02_uipath_open_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ trigger:
conditions:
- conditionId: is_truthy
params:
value: "${outputs.audit_logs.data.value.find(item => item.DisplayName === 'Wilco1' + user.repoName)?.length > 0}"
value: "${outputs.audit_logs.data.value.find(item => item.MethodName === "UploadPackage" && item.DisplayName === 'Wilco' + user.repoName)?.length > 0}"
then:
do:
- actionId: bot_message
Expand Down

0 comments on commit 1e6e7c7

Please sign in to comment.