act_runner/actions/testdata/buildfail.workflow

8 lines
118 B
HCL

workflow "test" {
on = "push"
resolves = ["test-action"]
}
action "test-action" {
uses = "./buildfail-action"
}