mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-10-10 19:32:04 +00:00
8 lines
No EOL
118 B
HCL
8 lines
No EOL
118 B
HCL
workflow "test" {
|
|
on = "push"
|
|
resolves = ["test-action"]
|
|
}
|
|
|
|
action "test-action" {
|
|
uses = "./buildfail-action"
|
|
} |