Skip to content

Commit

Permalink
20230627C
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jun 27, 2023
1 parent a5e376f commit 3774b39
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 @@ -24,7 +24,7 @@ runs:
INPUT_TOOLKIT_VERSION: "${{inputs.toolkit_version}}"
INPUT_TOOLKIT_ALLOWPRERELEASE: "${{inputs.toolkit_allowprerelease}}"
run: |
sudo --preserve-env pwsh -NonInteractive "$GITHUB_ACTION_PATH/main.ps1"
sudo --non-interactive --preserve-env pwsh -NonInteractive "$GITHUB_ACTION_PATH/main.ps1"
shell: "sh"
- name: "Main (Windows)"
if: "${{runner.os == 'Windows'}}"
Expand Down

0 comments on commit 3774b39

Please sign in to comment.