Add skip_fetch to README

This commit is contained in:
Stefan Zweifel 2020-12-15 20:45:42 +01:00
parent b53a2f8baf
commit 292ae30da6

View File

@ -65,6 +65,9 @@ This is a more extended example with all possible options.
# Optional: Disable dirty check and always try to create a commit and push
skip_dirty_check: true
# Optional: Skip internal call to `git fetch`
skip_fetch: true
```
## Example