mirror of
https://gitea.com/gitea/act
synced 2026-09-21 19:36:57 +02:00
add tests for various actions
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
workflow "New workflow" {
|
||||
on = "push"
|
||||
resolves = ["filter-version-before-deploy"]
|
||||
}
|
||||
|
||||
action "filter-version-before-deploy" {
|
||||
uses = "actions/bin/filter@master"
|
||||
args = "tag z?[0-9]+\\.[0-9]+\\.[0-9]+"
|
||||
}
|
||||
Reference in New Issue
Block a user