Skip to content

Commit

Permalink
clarify glob pattern is available for self-hosted runner labels in do…
Browse files Browse the repository at this point in the history
…cument
  • Loading branch information
rhysd committed Feb 10, 2024
1 parent f538644 commit 814044b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ config-variables:
- ENVIRONMENT_STAGE
```
- `self-hosted-runner`: Configuration for your self-hosted runner environment
- `labels`: Label names added to your self-hosted runners as list of string
- `self-hosted-runner`: Configuration for your self-hosted runner environment.
- `labels`: Label names added to your self-hosted runners as list of pattern. Glob syntax supported by [`filepath.Match`][pat]
is available.
- `config-variables`: [Configuration variables][vars]. When an array is set, actionlint will check `vars` properties strictly.
An empty array means no variable is allowed. The default value `null` disables the check.

Expand All @@ -47,4 +48,5 @@ config-variables:
[Checks](checks.md) | [Installation](install.md) | [Usage](usage.md) | [Go API](api.md) | [References](reference.md)

[Super-Linter]: https://github.com/super-linter/super-linter
[pat]: https://pkg.go.dev/path/filepath#Match
[vars]: https://docs.github.com/en/actions/learn-github-actions/variables

0 comments on commit 814044b

Please sign in to comment.