Skip to content

Commit 35d037a

Browse files
authored
Update README.md
1 parent bf425dc commit 35d037a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ The following is an extended example with all available options.
5858
```yaml
5959
- uses: stefanzweifel/git-auto-commit-action@v5
6060
with:
61+
# Perform a clean git tag and push, without commiting anything
62+
# Default to false
63+
git_tag_only: false
64+
6165
# Optional. Commit message for the created commit.
6266
# Defaults to "Apply automatic changes"
6367
commit_message: Automated Change

0 commit comments

Comments
 (0)