fix add more ctx

This commit is contained in:
Christopher Homberger
2026-02-20 20:25:39 +01:00
parent 995551f1aa
commit d9948c0df4

View File

@ -22,7 +22,7 @@ func generateWorkflow(task *runnerv1.Task) (*model.Workflow, string, error) {
Schema: &schema.Schema{
Definitions: map[string]schema.Definition{
"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"},
},
},