Skip to content

Commit 2761299

Browse files
committed
Update README
1 parent d9ff5cc commit 2761299

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ With this workflow, the YAML configuration above on a [fresh repository](.res/sa
9898

9999
Following inputs can be used as `step.with` keys
100100

101-
| Name | Type | Default | Description |
102-
|------------------|---------|------------------------|------------------------------------|
103-
| `github-token` | String | `${{ github.token }}` | [GitHub Token](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as provided by `secrets` |
104-
| `yaml-file` | String | `.github/labels.yml` | Path to YAML file containing labels definitions |
105-
| `skip-delete` | Bool | `false` | If enabled, labels will not be deleted if not found in YAML file |
106-
| `dry-run` | Bool | `false` | If enabled, changes will not be applied |
107-
| `exclude` | List | | Newline delimited list of labels pattern(s)/matcher to exclude |
101+
| Name | Type | Description |
102+
|------------------|---------|------------------------------------|
103+
| `github-token` | String | [GitHub Token](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as provided by `secrets`. (default `${{ github.token }}`) |
104+
| `yaml-file` | String | Path to YAML file containing labels definitions. (default `.github/labels.yml`) |
105+
| `skip-delete` | Bool | If enabled, labels will not be deleted if not found in YAML file. (default `false`) |
106+
| `dry-run` | Bool | If enabled, changes will not be applied. (default `false`) |
107+
| `exclude` | List | Newline delimited list of labels pattern(s)/matcher to exclude |
108108

109109
## Keep up-to-date with GitHub Dependabot
110110

0 commit comments

Comments
 (0)