Skip to content

Commit

Permalink
lets see
Browse files Browse the repository at this point in the history
  • Loading branch information
aloncarmel authored Dec 18, 2024
1 parent 752fab7 commit 408e99d
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 @@ -37,7 +37,7 @@ trigger:
conditions:
- conditionId: is_truthy
params:
value: "${outputs.audit_logs.value.find(item => item.DisplayName === 'Wilco' + user.repoName)?.length > 0}"
value: "${outputs.audit_logs.value.find(item => item.DisplayName === 'UploadPackage' && item.DisplayName === 'Wilco' + user.repoName)?.length > 0}"
then:
do:
- actionId: bot_message
Expand Down

0 comments on commit 408e99d

Please sign in to comment.