Skip to content

Commit

Permalink
Add default value for noCompatMode input
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
  • Loading branch information
fjogeleit committed Dec 7, 2022
1 parent afa4ad4 commit d98ee6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ inputs:
noCompatMode:
required: false
description: 'Removes quotes from reserved words, like Y, N, yes, no, on, etc.'
default: 'false'
format:
required: false
description: 'Supported file formats, possible values are YAML and JSON, will be guessed by file extension if not provided. Falls back to YAML'
Expand Down

0 comments on commit d98ee6a

Please sign in to comment.