From a0c6c0cbf43bfed5e4ac370be585ca3b27e7e9c7 Mon Sep 17 00:00:00 2001 From: Alex Hatzenbuhler Date: Thu, 4 May 2023 12:50:05 -0500 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90ef765..07e5a5f 100644 --- a/README.md +++ b/README.md @@ -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