mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-20 03:46:09 +08:00
fix add more ctx
This commit is contained in:
@@ -22,7 +22,7 @@ func generateWorkflow(task *runnerv1.Task) (*model.Workflow, string, error) {
|
|||||||
Schema: &schema.Schema{
|
Schema: &schema.Schema{
|
||||||
Definitions: map[string]schema.Definition{
|
Definitions: map[string]schema.Definition{
|
||||||
"workflow-root": {
|
"workflow-root": {
|
||||||
Context: []string{"github", "gitea", "env", "job", "matrix", "inputs", "vars"},
|
Context: []string{"github", "gitea", "env", "job", "matrix", "inputs", "vars", "runner", "steps"},
|
||||||
OneOf: &[]string{"any"},
|
OneOf: &[]string{"any"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user