Skip to content

Commit fc383a7

Browse files
committed
Update README
1 parent 46cb860 commit fc383a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
| `token` | | (**required**) A `repo` scoped [PAT](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). | |
5656
| `reaction-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). | |
5757
| `reactions` | | Add reactions. :eyes: = seen, :rocket: = dispatched | `true` |
58-
| `commands` | `command` | (**required**) A comma separated list of commands to dispatch. | |
58+
| `commands` | `command` | (**required**) Input: A comma separated list of commands to dispatch. JSON property: A single command. | |
5959
| `permission` | `permission` | The repository permission level required by the user to dispatch commands. (`none`, `read`, `write`, `admin`) | `write` |
6060
| `issue-type` | `issue_type` | The issue type required for commands. (`issue`, `pull-request`, `both`) | `both` |
6161
| `allow-edits` | `allow_edits` | Allow edited comments to trigger command dispatches. | `false` |

0 commit comments

Comments
 (0)