Update description

This commit is contained in:
Peter Evans 2019-11-24 23:14:30 +09:00
parent 1fdbcbf1d5
commit 72bb526881
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ This action was created to help facilitate a GitHub Actions "ChatOps" solution i
| Name | Description | Default |
| --- | --- | --- |
| `token` | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). | |
| `repository` | The full name of the repository in which to create or update a comment. | Current repository |
| `issue-number` | The number of the issue or pull request in which to create a comment. | |
| `comment-id` | The id of the comment to update. | |

View File

@ -2,7 +2,7 @@ name: 'Create or Update Comment'
description: 'Create or update an issue or pull request comment'
inputs:
token:
description: 'A GitHub access token.'
description: 'GITHUB_TOKEN or a repo scoped PAT.'
required: true
repository:
description: 'The full name of the repository in which to create or update a comment.'