Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Dec 5, 2021
1 parent c2728b3 commit d51976c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ It hides comment(s) only if triggered on a pull request event.

## Inputs

| Name | Required | Description
| Name | Default | Description
|------|----------|-------------
| `starts-with` | no | multi-line string of starts-with filter
| `ends-with` | no | multi-line string of ends-with filter
| `authors` | no | multi-line string of author filter (default to `github-actions`)
| `token` | no | GitHub token to post a comment
| `starts-with` | - | multi-line string of starts-with filter
| `ends-with` | - | multi-line string of ends-with filter
| `authors` | `github-actions` | multi-line string of author filter
| `token` | `${{ github.token }}` | GitHub token to post a comment

0 comments on commit d51976c

Please sign in to comment.