mirror of
https://gitea.com/gitea/act
synced 2026-05-01 01:27:48 +02:00
8 lines
118 B
HCL
8 lines
118 B
HCL
workflow "test" {
|
|
on = "push"
|
|
resolves = ["test-action"]
|
|
}
|
|
|
|
action "test-action" {
|
|
uses = "./buildfail-action"
|
|
} |