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
| `github_token` | Token for the repo. Can be passed in using `${{ secrets.GITHUB_TOKEN }}` **required** | - |
70
70
| `dry_run` | Run without creating commit, output to stdout | false |
71
71
| `repository` | Repository name to push. Default or empty value represents current github repository | current one |
@@ -77,12 +77,11 @@ jobs:
77
77
| `git_email` | Email address used to configure git (for git operations) | `github-actions[bot]@users.noreply.github.com` |
78
78
| `push` | Define if the changes should be pushed to the branch. | true |
79
79
| `merge` | Define if the changes should be pushed even on the pull_request event, immediately merging the pull request. | false |
80
-
81
80
| `commit` | Define if the changes should be committed to the branch. | true |
82
-
| `commitizen_version` | Specify the version to be used by commitizen. Eg: `2.21.0`| latest |
81
+
| `commitizen_version` | Specify the version to be used by commitizen. Eg: `2.21. | latest |
83
82
| `changelog` | Create changelog when bumping the version | true |
84
83
| `no_raise` | Don't raise the given comma-delimited exit codes (e.g., no_raise: '20,21'). Use with caution! Open an issue in [commitizen](https://github.com/commitizen-tools/commitizen/issues) if you need help thinking about your workflow. | [21](https://commitizen-tools.github.io/commitizen/exit_codes/) |
0 commit comments