Skip to content

Commit c031ead

Browse files
authored
Updated README.md
1 parent ada07dd commit c031ead

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Generate CHANGELOG/HISTORY markdown files for your project
2121
2222
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
2323
24-
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
25-
|--------|--------|----------|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26-
| output | string | false | `"CHANGELOG.md"` | The changelog output file |
27-
| token | string | true | `"${{ github.token }}"` | [GITHUB\_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
24+
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
25+
|--------|--------|----------|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26+
| output | string | false | `"CHANGELOG.md"` | The changelog output file |
27+
| token | string | true | `"${{ github.token }}"` | The default [GITHUB\_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) or a repo scoped<br>[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
2828
2929
<!-- AUTO-DOC-INPUT:END -->
3030

0 commit comments

Comments
 (0)