Merge branch 'dev' into feat/same-commit

This commit is contained in:
2020-10-17 14:10:18 +02:00
committed by GitHub
3 changed files with 54 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ inputs:
description: Commit options
required: false
file_pattern:
description: File pattern used for `git add`
description: File pattern used for `git add`, can't be used with only_changed!
required: false
default: '*'
prettier_options:
@@ -31,6 +31,10 @@ inputs:
description: Specific version of prettier (by default just use the latest version)
required: false
default: false
only_changed:
description: Only prettify files changed in the last commit, can't be used with file_pattern!
required: false
default: false
runs:
using: 'docker'