File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,15 @@ Generate CHANGELOG/HISTORY markdown files for your project
19
19
20
20
## Inputs
21
21
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
+
22
31
| Input | type | required | default | description |
23
32
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
24
33
| 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) |
You can’t perform that action at this time.
0 commit comments