Add input git push options

This commit is contained in:
Steve Lacy
2021-05-20 09:39:31 -10:00
parent 7040c46162
commit 707db76837
3 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ A GitHub action for styling files with [prettier](https://prettier.io).
| prettier_version | :x: | `false` | Specific prettier version (by default use latest) |
| prettier_options | :x: | `"--write **/*.js"` | Prettier options (by default it applies to the whole repository) |
| commit_options | :x: | - | Custom git commit options |
| push_options | :x: | - | Custom git push options |
| same_commit | :x: | `false` | Update the current commit instead of creating a new one, created by [Joren Broekema](https://github.com/jorenbroekema), this command works only with the checkout action set to fetch depth '0' (see example 2) |
| commit_message | :x: | `"Prettified Code!"` | Custom git commit message, will be ignored if used with `same_commit` |
| file_pattern | :x: | `*` | Custom git add file pattern, can't be used with only_changed! |