Skip to content

Commit b0d83cb

Browse files
authored
Update action.yml (#690)
1 parent a24968f commit b0d83cb

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
@@ -31,7 +31,7 @@ inputs:
3131
description: "A boolean value that allow PR to link issues on any branch"
3232
required: false
3333
default: "false"
34-
skip-linked-issued-check-label:
34+
skip-linked-issues-check-label:
3535
description: "A label that causes the action to execute but skip the actual linked issues check. If the check is skipped, the `check_skipped` output is set to `true`. Any present comments added by this action are also deleted. Useful when incorporating this action into multi-action workflows."
3636
required: false
3737
default: 'no-issue'

0 commit comments

Comments
 (0)