From d2b9447220c64500c4072097d69f7e43afb272ab Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 24 Jan 2020 12:01:06 +0100 Subject: [PATCH] Fixed a bug where the default for prettier didn't work --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 784ac4a..314685b 100644 --- a/action.yml +++ b/action.yml @@ -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