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 1e6e7c7 commit 283e5c3
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.MethodName === "UploadPackage" && item.DisplayName === 'Wilco' + 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 283e5c3

Please sign in to comment.