We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86739b0 commit bce896eCopy full SHA for bce896e
1 file changed
action.yml
@@ -22,6 +22,7 @@ runs:
22
- name: Install PowerShell (Linux)
23
if: runner.os == 'Linux'
24
shell: bash
25
+ working-directory: ${{ github.action_path }}
26
env:
27
REQUESTED_VERSION: ${{ inputs.Version }}
28
GITHUB_TOKEN: ${{ github.token }}
@@ -94,6 +95,7 @@ runs:
94
95
- name: Install PowerShell (macOS)
96
if: runner.os == 'macOS'
97
98
99
100
101
@@ -151,6 +153,7 @@ runs:
151
153
- name: Install PowerShell (Windows)
152
154
if: runner.os == 'Windows'
155
shell: powershell
156
157
158
159
0 commit comments