Update README.md

This commit is contained in:
Lior Dux 2025-03-23 22:33:45 +02:00 committed by GitHub
parent bf425dc136
commit 35d037abf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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