mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-02 18:00:18 +00:00
8 lines
118 B
HCL
8 lines
118 B
HCL
workflow "test" {
|
|
on = "push"
|
|
resolves = ["test-action"]
|
|
}
|
|
|
|
action "test-action" {
|
|
uses = "./buildfail-action"
|
|
} |