mirror of
https://gitea.com/gitea/act
synced 2026-05-01 01:27:48 +02: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'"
|
|
} |