mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02: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