We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf425dc commit 35d037aCopy full SHA for 35d037a
README.md
@@ -58,6 +58,10 @@ The following is an extended example with all available options.
58
```yaml
59
- uses: stefanzweifel/git-auto-commit-action@v5
60
with:
61
+ # Perform a clean git tag and push, without commiting anything
62
+ # Default to false
63
+ git_tag_only: false
64
+
65
# Optional. Commit message for the created commit.
66
# Defaults to "Apply automatic changes"
67
commit_message: Automated Change
0 commit comments