-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated README.md #107
Updated README.md #107
Conversation
| token | string | false | `"${{ 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) | | ||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|--------------------|--------|----------|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| gh\_token | string | false | `"${{ github.token }}"` | Github CLI token | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 380
|--------------------|--------|----------|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| gh\_token | string | false | `"${{ github.token }}"` | Github CLI token | | ||
| release\_notes\_file | string | true | `"RELEASE_NOTES.md"` | File to write release notes <br>to | | ||
| token | string | false | `"${{ 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 <br>[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
|--------------------|--------|----------|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| gh\_token | string | false | `"${{ github.token }}"` | Github CLI token | | ||
| release\_notes\_file | string | true | `"RELEASE_NOTES.md"` | File to write release notes <br>to | | ||
| token | string | false | `"${{ 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 <br>[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 379
Updated README.md