mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Add checkout_options to README
This commit is contained in:
parent
849613a3ad
commit
cfdb7e609e
@ -53,6 +53,9 @@ Add the following step at the end of your job, after other steps that might add
|
||||
|
||||
# Optional: Disable dirty check and always try to create a commit and push
|
||||
skip_dirty_check: true
|
||||
|
||||
# Optional: Allows you to update how the repo is checked out
|
||||
checkout_options: '-q --force -b'
|
||||
```
|
||||
|
||||
## Example
|
||||
|
Loading…
Reference in New Issue
Block a user