mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Add skip_fetch to README
This commit is contained in:
parent
b53a2f8baf
commit
292ae30da6
@ -64,7 +64,10 @@ This is a more extended example with all possible options.
|
|||||||
push_options: '--force'
|
push_options: '--force'
|
||||||
|
|
||||||
# Optional: Disable dirty check and always try to create a commit and push
|
# Optional: Disable dirty check and always try to create a commit and push
|
||||||
skip_dirty_check: true
|
skip_dirty_check: true
|
||||||
|
|
||||||
|
# Optional: Skip internal call to `git fetch`
|
||||||
|
skip_fetch: true
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
Loading…
Reference in New Issue
Block a user