mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-04-20 16:59:42 +08:00
Update README.md
This commit is contained in:
parent
bf425dc136
commit
35d037abf5
@ -58,6 +58,10 @@ The following is an extended example with all available options.
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
|
# Perform a clean git tag and push, without commiting anything
|
||||||
|
# Default to false
|
||||||
|
git_tag_only: false
|
||||||
|
|
||||||
# Optional. Commit message for the created commit.
|
# Optional. Commit message for the created commit.
|
||||||
# Defaults to "Apply automatic changes"
|
# Defaults to "Apply automatic changes"
|
||||||
commit_message: Automated Change
|
commit_message: Automated Change
|
||||||
|
Loading…
x
Reference in New Issue
Block a user