Skip to content

Updated README.md #57

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

Merged
merged 1 commit into from
Dec 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|--------------------|--------|----------|-------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| release\_notes\_file | string | true | `"RELEASE_NOTES.md"` | File to write release notes<br>to |
| remote | string | true | `"origin"` | Remote repository to push to<br> |
| 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<br>[Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
| release\_notes\_file | string | true | `"RELEASE_NOTES.md"` | File to write release notes to |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 379

Expected: 80; Actual: 379
| remote | string | true | `"origin"` | Remote repository to push to |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 377

Expected: 80; Actual: 377
| 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) |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 377

Expected: 80; Actual: 377

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br

Element: br

<!-- AUTO-DOC-INPUT:END -->

Expand Down