Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 20, 2020
1 parent d9ff5cc commit 2761299
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ With this workflow, the YAML configuration above on a [fresh repository](.res/sa

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

| Name | Type | Default | Description |
|------------------|---------|------------------------|------------------------------------|
| `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` |
| `yaml-file` | String | `.github/labels.yml` | Path to YAML file containing labels definitions |
| `skip-delete` | Bool | `false` | If enabled, labels will not be deleted if not found in YAML file |
| `dry-run` | Bool | `false` | If enabled, changes will not be applied |
| `exclude` | List | | Newline delimited list of labels pattern(s)/matcher to exclude |
| Name | Type | Description |
|------------------|---------|------------------------------------|
| `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 }}`) |
| `yaml-file` | String | Path to YAML file containing labels definitions. (default `.github/labels.yml`) |
| `skip-delete` | Bool | If enabled, labels will not be deleted if not found in YAML file. (default `false`) |
| `dry-run` | Bool | If enabled, changes will not be applied. (default `false`) |
| `exclude` | List | Newline delimited list of labels pattern(s)/matcher to exclude |

## Keep up-to-date with GitHub Dependabot

Expand Down

0 comments on commit 2761299

Please sign in to comment.