mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 11:14:04 +00:00
9 lines
188 B
YAML
9 lines
188 B
YAML
# Action-specific configuration
|
|
theme: "github"
|
|
variables:
|
|
action_specific: "This is action-specific config"
|
|
permissions:
|
|
contents: read
|
|
runs_on:
|
|
- "ubuntu-latest"
|
|
- "macos-latest" |