From bc1e95cc3023831f262a4a06591304e89e924afa Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 1 Mar 2021 15:20:54 +0100 Subject: [PATCH] Adjusted the prettier_plugins variable to documentation --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 5c09572..68f612f 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,6 @@ inputs: prettier_plugins: description: Install Prettier plugins, i.e. `@prettier/plugin-php @prettier/plugin-other` required: false - default: "" runs: using: "composite"