We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c063201 + c33a40b commit e4780f7Copy full SHA for e4780f7
action.yml
@@ -12,7 +12,7 @@ inputs:
12
include-hidden-files:
13
description: "Includes files and folders starting with '.' in file pattern matching"
14
required: true
15
- default: false
+ default: "false"
16
input-file:
17
description: "Path to file containing checklist definitions"
18
@@ -23,9 +23,9 @@ inputs:
23
show-paths:
24
description: "Shows the matched file paths in the Github comment"
25
26
- default: true
+ default: "true"
27
runs:
28
- using: "node12"
+ using: "node16"
29
main: "dist/index.js"
30
branding:
31
icon: "check-square"
0 commit comments