Skip to content

Commit

Permalink
Merge pull request #85 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
jackton1 committed Sep 25, 2021
2 parents 9efcb87 + 3fdd638 commit 862dbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Creating a new release `v6.8 -> v7` using the recommended configuration above.

| 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) <br /> 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) |
| `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) <br /> 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) |
| `current_version` | `string` | `false` | | The current project version <br /> (Defualts to: The last git tag) |
| `new_version` | `string` | `false` | | The next project version <br /> (Defaults to: The new git tag) |
| `paths` | `array` | `true` | | A list of file names to search <br /> and replace versions. |
Expand Down

0 comments on commit 862dbd7

Please sign in to comment.