Skip to content

Commit 55f8a21

Browse files
Update action.yml to set working directory for test path retrieval
1 parent 611fcc7 commit 55f8a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ runs:
9191
- name: Get test paths
9292
shell: pwsh
9393
id: paths
94+
working-directory: ${{ inputs.WorkingDirectory }}
9495
env:
9596
PSMODULE_TEST_PSMODULE_INPUT_Name: ${{ inputs.Name }}
9697
PSMODULE_TEST_PSMODULE_INPUT_Settings: ${{ inputs.Settings }}
97-
PSMODULE_TEST_PSMODULE_INPUT_WorkingDirectory: ${{ inputs.WorkingDirectory }}
9898
run: |
9999
# Get test paths
100100
${{ github.action_path }}/scripts/main.ps1

0 commit comments

Comments
 (0)