diff --git a/action.yml b/action.yml index 9f26e7f..4fca01f 100644 --- a/action.yml +++ b/action.yml @@ -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'