mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
docs: Add default of false to update-only (#96)
When I changed this to a boolean internally I forgot to reflect the `false` default on the README. this PR fixes it.
This commit is contained in:
parent
75ab356ce1
commit
a0c6c0cbf4
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
| allow-repeats | with | Boolean flag to allow identical messages to be posted each time this action is run. | no | false |
|
||||
| proxy-url | with | String for your proxy service URL if you'd like this to work with fork-based PRs. | no | |
|
||||
| issue | with | Optional issue number override. | no | |
|
||||
| update-only | with | Only update the comment if it already exists. | no | |
|
||||
| update-only | with | Only update the comment if it already exists. | no | false |
|
||||
| GITHUB_TOKEN | env | Valid GitHub token, can alternatively be defined in the env. | no | |
|
||||
|
||||
## Advanced Uses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue