Skip to content

Commit

Permalink
Added default for prettier_version
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD authored Apr 16, 2020
1 parent 8295f2c commit b5eb80d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ inputs:
dry:
description: Running the script in dry mode just shows whether there are files that should be prettified or not
required: false
default: False
default: false
prettier_version:
description: Specific version of prettier (by default just use the latest version)
required: false
default: false

runs:
using: 'docker'
Expand Down

0 comments on commit b5eb80d

Please sign in to comment.