Skip to content

Commit

Permalink
Improve flow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jan 18, 2024
1 parent 29f60be commit 473a0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
with:
sudo: "${{inputs.operate_sudo}}"
version: "^2.1.0"
scope: "${{inputs.operate_sudo == 'True' && 'AllUsers' || 'CurrentUser'}}"
scope: "${{(inputs.operate_sudo == 'True' && 'AllUsers') || 'CurrentUser'}}"
continue-on-error: true
- name: "Main"
run: |
Expand Down

0 comments on commit 473a0f2

Please sign in to comment.