You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,6 @@ The following is an extended example with all available options.
58
58
```yaml
59
59
- uses: stefanzweifel/git-auto-commit-action@v5
60
60
with:
61
-
# Perform a clean git tag and push, without commiting anything
62
-
# Default to false
63
-
git_tag_only: false
64
-
65
61
# Optional. Commit message for the created commit.
66
62
# Defaults to "Apply automatic changes"
67
63
commit_message: Automated Change
@@ -122,6 +118,10 @@ The following is an extended example with all available options.
122
118
123
119
# Optional. Create given branch name in local and remote repository.
124
120
create_branch: true
121
+
122
+
# Perform a clean git tag and push, without commiting anything
123
+
# Default to false
124
+
create_git_tag_only: false
125
125
```
126
126
127
127
Please note that the Action depends on `bash`. If you're using the Action in a job in combination with a custom Docker container, make sure that `bash` is installed.
0 commit comments