mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-03 02:10:18 +00:00
9 lines
137 B
HCL
9 lines
137 B
HCL
workflow "detect-event" {
|
|
on = "pull_request"
|
|
resolves = ["build"]
|
|
}
|
|
|
|
action "build" {
|
|
uses = "./action1"
|
|
args = "echo 'build'"
|
|
} |