diff --git a/action.yml b/action.yml index c049b74..a0d155c 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: Prettier Action Plugins +name: Prettier Action description: Automatically runs prettier on all your changes. author: Conrad Großer @@ -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'