File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2222 - name : Install PowerShell (Linux)
2323 if : runner.os == 'Linux'
2424 shell : bash
25+ working-directory : ${{ github.action_path }}
2526 env :
2627 REQUESTED_VERSION : ${{ inputs.Version }}
2728 GITHUB_TOKEN : ${{ github.token }}
9495 - name : Install PowerShell (macOS)
9596 if : runner.os == 'macOS'
9697 shell : bash
98+ working-directory : ${{ github.action_path }}
9799 env :
98100 REQUESTED_VERSION : ${{ inputs.Version }}
99101 GITHUB_TOKEN : ${{ github.token }}
@@ -151,6 +153,7 @@ runs:
151153 - name : Install PowerShell (Windows)
152154 if : runner.os == 'Windows'
153155 shell : powershell
156+ working-directory : ${{ github.action_path }}
154157 env :
155158 REQUESTED_VERSION : ${{ inputs.Version }}
156159 GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments