From e482ff4263864efe7edf4c602050f8b92da24eb3 Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:59:31 +0200 Subject: [PATCH] Update the README (#612) * Update the README * Remove extra spaces * Remove extra space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 391875d2..2c7bd528 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Various inputs are defined in [`action.yml`](action.yml) to let you configure th | Name | Description | Default | |----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------| -| `repo-token` | Token to use to authorize label changes. Typically the GITHUB_TOKEN secret | N/A | +| `repo-token` | Token to use to authorize label changes. Typically the GITHUB_TOKEN secret | `github.token` | | `configuration-path` | The path to the label configuration file. If the file doesn't exist at the specified path on the runner, action will read from the source repository via the Github API. | `.github/labeler.yml` | | `sync-labels` | Whether or not to remove labels when matching files are reverted or no longer changed by the PR | `false` | | `dot` | Whether or not to auto-include paths starting with dot (e.g. `.github`) | `false` |