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:
Alex Hatzenbuhler 2023-05-04 12:50:05 -05:00 committed by GitHub
parent 75ab356ce1
commit a0c6c0cbf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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