Skip to content

Commit 241da40

Browse files
🩹 [Patch]: Update Run_Path to use output from paths step in action.yml
1 parent a016fff commit 241da40

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
@@ -70,4 +70,4 @@ runs:
7070
WorkingDirectory: ${{ inputs.WorkingDirectory }}
7171
TestResult_TestSuiteName: PSScriptAnalyzer
7272
Path: ${{ github.action_path }}/scripts/tests/PSScriptAnalyzer
73-
Run_Path: ${{ inputs.Path }}
73+
Run_Path: ${{ fromJson(steps.paths.outputs.result).CodePath }}

0 commit comments

Comments
 (0)