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 448c866 commit 7bc515f
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.data.value.find(item => item.DisplayName === 'Wilco1${user.repoName}')?.length}"
value: "${outputs.audit_logs.data.value.find(item => item.DisplayName === 'Wilco1${user.repoName}')?.length > 0}"
then:
do:
- actionId: bot_message
Expand Down

0 comments on commit 7bc515f

Please sign in to comment.