Skip to content

Commit 4e60fda

Browse files
committed
chore: adhere to yml schema validation
1 parent c063201 commit 4e60fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
include-hidden-files:
1313
description: "Includes files and folders starting with '.' in file pattern matching"
1414
required: true
15-
default: false
15+
default: "false"
1616
input-file:
1717
description: "Path to file containing checklist definitions"
1818
required: true
@@ -23,7 +23,7 @@ inputs:
2323
show-paths:
2424
description: "Shows the matched file paths in the Github comment"
2525
required: true
26-
default: true
26+
default: "true"
2727
runs:
2828
using: "node12"
2929
main: "dist/index.js"

0 commit comments

Comments
 (0)