Skip to content

Commit cf47a6c

Browse files
committed
Fix action input name
1 parent eb23d8c commit cf47a6c

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
@@ -10,7 +10,7 @@ inputs:
1010
description: The path to a PSScriptAnalyser settings file to control rules to execute.
1111
required: false
1212
default: .
13-
INPUT_SENDCOMMENT:
13+
sendComment:
1414
description: Enable/disable sending comments back to PR when PSScriptAnalyzer finds one or more failure checks.
1515
required: false
1616
default: true

0 commit comments

Comments
 (0)