Skip to content

Commit a4d12f1

Browse files
committed
Fix action.yml to cleanup
1 parent 9350958 commit a4d12f1

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
@@ -7,10 +7,10 @@ inputs:
77
required: true
88
follow-symbolic-links:
99
description: 'Indicates whether to follow symbolic links'
10-
default: true
10+
default: 'true'
1111
ignore-warnings:
1212
description: 'Ignore Lint Warnings'
13-
default: false
13+
default: 'false'
1414
runs:
1515
using: 'node20'
1616
main: 'dist/index.js'

0 commit comments

Comments
 (0)