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 9350958 commit a4d12f1Copy full SHA for a4d12f1
action.yml
@@ -7,10 +7,10 @@ inputs:
7
required: true
8
follow-symbolic-links:
9
description: 'Indicates whether to follow symbolic links'
10
- default: true
+ default: 'true'
11
ignore-warnings:
12
description: 'Ignore Lint Warnings'
13
- default: false
+ default: 'false'
14
runs:
15
using: 'node20'
16
main: 'dist/index.js'
0 commit comments