mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-14 21:49:42 +00:00
Initial commit
This commit is contained in:
9
testdata/example-action/config.yaml
vendored
Normal file
9
testdata/example-action/config.yaml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Action-specific configuration
|
||||
theme: "github"
|
||||
variables:
|
||||
action_specific: "This is action-specific config"
|
||||
permissions:
|
||||
contents: read
|
||||
runs_on:
|
||||
- "ubuntu-latest"
|
||||
- "macos-latest"
|
||||
Reference in New Issue
Block a user