Skip to content

Commit

Permalink
Improve flow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Feb 12, 2024
1 parent edd2c0a commit ca53494
Show file tree
Hide file tree
Showing 5 changed files with 2,940 additions and 1,819 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ runs:
using: "composite"
steps:
- name: "Setup PowerShell Toolkit"
uses: "hugoalh-studio/[email protected].0"
uses: "hugoalh-studio/[email protected]"
with:
sudo: "${{inputs.operate_sudo}}"
version: "^2.1.0"
version: "~2.1.0"
scope: "${{(inputs.operate_sudo == 'True' && 'AllUsers') || 'CurrentUser'}}"
continue-on-error: true
- name: "Main"
Expand Down Expand Up @@ -146,7 +146,7 @@ runs:
INPUT_WMIC_ENABLE: "${{inputs.wmic_enable}}"
continue-on-error: true
- name: "Setup PowerShell Toolkit"
uses: "hugoalh-studio/[email protected].0"
uses: "hugoalh-studio/[email protected]"
with:
sudo: "${{inputs.operate_sudo}}"
version: "False"
Expand Down
Loading

0 comments on commit ca53494

Please sign in to comment.