mirror of
https://gitea.com/gitea/act
synced 2026-09-21 19:36:57 +02:00
Add an extra test
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
workflow "test" {
|
||||
on = "push"
|
||||
resolves = ["test-action"]
|
||||
}
|
||||
|
||||
action "test-action" {
|
||||
uses = "./buildfail-action"
|
||||
}
|
||||
Reference in New Issue
Block a user