8 lines
118 B
Text
8 lines
118 B
Text
|
workflow "test" {
|
||
|
on = "push"
|
||
|
resolves = ["test-action"]
|
||
|
}
|
||
|
|
||
|
action "test-action" {
|
||
|
uses = "./buildfail-action"
|
||
|
}
|