Skip to content

Commit 8a372b1

Browse files
authored
Updated README.md
1 parent 898155b commit 8a372b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ Generate CHANGELOG/HISTORY markdown files for your project
1919
2020
## Inputs
2121
22+
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
23+
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<br>Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
28+
29+
<!-- AUTO-DOC-INPUT:END -->
30+
2231
| Input | type | required | default | description |
2332
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
2433
| 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) <br /> 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) |

0 commit comments

Comments
 (0)