1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-10 19:32:04 +00:00
forgejo-runner/actions/testdata/buildfail.workflow

8 lines
118 B
Text
Raw Normal View History

2019-03-01 21:36:07 -06:00
workflow "test" {
on = "push"
resolves = ["test-action"]
}
action "test-action" {
uses = "./buildfail-action"
}