From a35b5cc1cb8c736496a07cbf95bfd8bb7a3b59fe Mon Sep 17 00:00:00 2001 From: "Sebastian K. Sorensen" Date: Sun, 10 Jan 2021 15:50:05 +0100 Subject: [PATCH] Change default to empty string instead --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 63aacb7..a0d155c 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ inputs: prettier_plugins: description: Install Prettier plugins, i.e. `@prettier/prettier-php @prettier/some-other-plugin` required: false - default: false + default: '' runs: using: 'docker'