We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a016fff commit 241da40Copy full SHA for 241da40
action.yml
@@ -70,4 +70,4 @@ runs:
70
WorkingDirectory: ${{ inputs.WorkingDirectory }}
71
TestResult_TestSuiteName: PSScriptAnalyzer
72
Path: ${{ github.action_path }}/scripts/tests/PSScriptAnalyzer
73
- Run_Path: ${{ inputs.Path }}
+ Run_Path: ${{ fromJson(steps.paths.outputs.result).CodePath }}
0 commit comments