diff --git a/README.md b/README.md index cccc90a..b9ae75c 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ jobs: | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | |--------------------|--------|----------|-------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| release\_notes\_file | string | true | `"RELEASE_NOTES.md"` | File to write release notes
to | -| remote | string | true | `"origin"` | Remote repository to push to
| -| 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) | +| release\_notes\_file | string | true | `"RELEASE_NOTES.md"` | File to write release notes
to | +| remote | string | true | `"origin"` | Remote repository to push to
| +| 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) |