mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-16 05:10:31 +02:00
Fixed a bug where the default for prettier didn't work
This commit is contained in:
@@ -18,7 +18,7 @@ inputs:
|
|||||||
prettier_options:
|
prettier_options:
|
||||||
description: Options for the 'prettier' command
|
description: Options for the 'prettier' command
|
||||||
required: false
|
required: false
|
||||||
default: '--write "{,!(node_modules)/**/}*.js"'
|
default: --write "{,!(node_modules)/**/}*.js"
|
||||||
branch:
|
branch:
|
||||||
description: Branch which the changes are merged to
|
description: Branch which the changes are merged to
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user