Add checkout_options to README

This commit is contained in:
Stefan Zweifel 2020-10-15 20:26:03 +02:00
parent 849613a3ad
commit cfdb7e609e
1 changed files with 3 additions and 0 deletions

View File

@ -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