mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-23 15:25:03 +01:00
fix #2 - add support for an array of 'Runs'
This commit is contained in:
@@ -41,7 +41,7 @@ type workflowDef struct {
|
||||
type actionDef struct {
|
||||
Needs []string
|
||||
Uses string
|
||||
Runs string
|
||||
Runs []string
|
||||
Args []string
|
||||
Env map[string]string
|
||||
Secrets []string
|
||||
|
||||
Reference in New Issue
Block a user