Skip to content

Commit bce896e

Browse files
workspace is action
1 parent 86739b0 commit bce896e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ runs:
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 }}
@@ -94,6 +95,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)