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.
1 parent c063201 commit 4e60fdaCopy full SHA for 4e60fda
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,7 +23,7 @@ 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"
29
main: "dist/index.js"
0 commit comments