From c370a4e3924c2158a01d0204034578776bdc7b3b Mon Sep 17 00:00:00 2001 From: jackton1 Date: Tue, 5 Oct 2021 00:20:37 +0000 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 875883f..9a8072a 100644 --- a/README.md +++ b/README.md @@ -91,14 +91,14 @@ jobs: | Input | type | required | default | description | |:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:| -| 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) | -| initial_release_type | `string` | `true` | `patch` | Initial release type returned
when there are no existing tags. | +| 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) | +| initial\_release\_type | `string` | `true` | `patch` | Initial release type returned
when there are no existing tags. | ## Outputs | Output | type | description | |:-------------:|:-----------:|:-------------:| -| release_type | `string` | The difference between two versions by release type
(major, minor, patch, prerelease, build) | +| release\_type | `string` | The difference between two versions by release type
(major, minor, patch, prerelease, build) | * Free software: [MIT license](LICENSE)