From 082d0d9ee977eddbc7f22592cda326a80e920274 Mon Sep 17 00:00:00 2001 From: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:11:18 +0200 Subject: [PATCH] Correct README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 251a588..924d5b7 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The higher this count, the more busy an individual team member is seen compared | `gh-token` | String | false | `${{ github.token }}` | The github token to be used for API access | | `cfg-path` | String | true | `.auto-assign-issue-cfg.yaml` | Path to configuration file which contains definition of teams and requirements to match them on an issue | | `labels` | String | false | `` | The labels to use if you do not want to use the one provided by the GitHub issue | -| `dry-run` | Boolean | false | `false` | If set to true, assignment will only be logged. | +| `dry-run` | Boolean | false | `true` | If set to true, assignment will only be logged. | | `gcal-service-acount-key` | String | false | `` | If set, this service account key will be used to check availability for google calendars. | ### Outputs