Skip to content

Commit

Permalink
Fix parameter default
Browse files Browse the repository at this point in the history
  • Loading branch information
nayuta committed Dec 22, 2024
1 parent 97ead60 commit e63f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ inputs:
description: |
The level of failures that will cause the action to fail [any,info,warning,error]
Default is error.
default: 'error'
default: ''
required: false
fail_on_error:
description: |
Expand Down

0 comments on commit e63f662

Please sign in to comment.