Fixed a bug where the default for prettier didn't work

This commit is contained in:
2020-01-24 12:01:06 +01:00
committed by GitHub
parent 01d985bf80
commit d2b9447220

View File

@@ -18,7 +18,7 @@ inputs:
prettier_options:
description: Options for the 'prettier' command
required: false
default: '--write "{,!(node_modules)/**/}*.js"'
default: --write "{,!(node_modules)/**/}*.js"
branch:
description: Branch which the changes are merged to
required: true