Skip to content

Commit 7083fa6

Browse files
authored
Merge pull request #41 from arunanshub/patch-1
docs(readme): fix incorrect formatting
2 parents 8510ee6 + 86115b5 commit 7083fa6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
## Variables
6666
6767
| Name | Description | Default |
68-
|--------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|
68+
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
6969
| `github_token` | Token for the repo. Can be passed in using `${{ secrets.GITHUB_TOKEN }}` **required** | - |
7070
| `dry_run` | Run without creating commit, output to stdout | false |
7171
| `repository` | Repository name to push. Default or empty value represents current github repository | current one |
@@ -77,12 +77,11 @@ jobs:
7777
| `git_email` | Email address used to configure git (for git operations) | `github-actions[bot]@users.noreply.github.com` |
7878
| `push` | Define if the changes should be pushed to the branch. | true |
7979
| `merge` | Define if the changes should be pushed even on the pull_request event, immediately merging the pull request. | false |
80-
8180
| `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 |
8382
| `changelog` | Create changelog when bumping the version | true |
8483
| `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/) |
85-
| `increment` | Manually specify the desired increment {MAJOR,MINOR,PATCH} | - |
84+
| `increment` | Manually specify the desired increment {MAJOR,MINOR,PATCH} | - |
8685

8786
## Outputs
8887

0 commit comments

Comments
 (0)