Removed unneccessary dependency install

This commit is contained in:
2020-01-24 12:44:10 +01:00
parent 7524f50124
commit cbf12d08d5
2 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ inputs:
prettier_options:
description: Options for the 'prettier' command
required: false
default: --write "**/*.js"
default: "--write '**/*.js'"
branch:
description: Branch which the changes are merged to
required: true