Skip to content

Commit 25bb734

Browse files
Fix typo in action.yml for StepSummary_ShowConfiguration input
1 parent 3496ea1 commit 25bb734

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
@@ -301,7 +301,7 @@ runs:
301301
Path: ${{ steps.paths.outputs.TestPath }}
302302
StepSummary_Mode: ${{ inputs.StepSummary_Mode }}
303303
StepSummary_ShowTestOverview: ${{ inputs.StepSummary_ShowTestOverview }}
304-
StepSummary_ShowConfiguration: ${{ inputs.
304+
StepSummary_ShowConfiguration: ${{ inputs.StepSummary_ShowConfiguration }}
305305
Run_Path: ${{ steps.paths.outputs.CodePath }}
306306
Run_ExcludePath: ${{ inputs.Run_ExcludePath }}
307307
Run_ScriptBlock: ${{ inputs.Run_ScriptBlock }}

0 commit comments

Comments
 (0)