From 453f6e027251f0e824f80d6ba03c4fc6e3df41b7 Mon Sep 17 00:00:00 2001 From: "repo-ranger[bot]" Date: Thu, 24 Aug 2023 03:25:38 +0000 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c4263a..9a2e815 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ Generate CHANGELOG/HISTORY markdown files for your project -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|--------|--------|----------|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| output | string | false | `"CHANGELOG.md"` | The changelog output file | -| 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) | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|----------------------------------------------------|--------|----------|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [output](#input_output) | string | false | `"CHANGELOG.md"` | The changelog output file | +| [token](#input_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) |