mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-04-21 01:19: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
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
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.
|
||||
# Defaults to "Apply automatic changes"
|
||||
commit_message: Automated Change
|
||||
|
Loading…
x
Reference in New Issue
Block a user