Skip to content

Commit

Permalink
Fix action.yml to cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yutailang0119 committed Mar 13, 2024
1 parent 9350958 commit a4d12f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ inputs:
required: true
follow-symbolic-links:
description: 'Indicates whether to follow symbolic links'
default: true
default: 'true'
ignore-warnings:
description: 'Ignore Lint Warnings'
default: false
default: 'false'
runs:
using: 'node20'
main: 'dist/index.js'
Expand Down

0 comments on commit a4d12f1

Please sign in to comment.