mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-18 19:22:44 +08:00
Update description
This commit is contained in:
parent
1fdbcbf1d5
commit
72bb526881
@ -52,6 +52,7 @@ This action was created to help facilitate a GitHub Actions "ChatOps" solution i
|
|||||||
|
|
||||||
| Name | Description | Default |
|
| 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 |
|
| `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. | |
|
| `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. | |
|
| `comment-id` | The id of the comment to update. | |
|
||||||
|
@ -2,7 +2,7 @@ name: 'Create or Update Comment'
|
|||||||
description: 'Create or update an issue or pull request comment'
|
description: 'Create or update an issue or pull request comment'
|
||||||
inputs:
|
inputs:
|
||||||
token:
|
token:
|
||||||
description: 'A GitHub access token.'
|
description: 'GITHUB_TOKEN or a repo scoped PAT.'
|
||||||
required: true
|
required: true
|
||||||
repository:
|
repository:
|
||||||
description: 'The full name of the repository in which to create or update a comment.'
|
description: 'The full name of the repository in which to create or update a comment.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user