From 43b949365d57521aacb3dc26726caaabc4de5749 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 24 Jan 2020 12:11:22 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 314685b..51747c4 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