diff --git a/internal/app/run/runner.go b/internal/app/run/runner.go index c5801eb..79b0620 100644 --- a/internal/app/run/runner.go +++ b/internal/app/run/runner.go @@ -190,6 +190,7 @@ func (r *Runner) run(ctx context.Context, task *runnerv1.Task, reporter *report. Privileged: r.cfg.Container.Privileged, DefaultActionInstance: taskContext["gitea_default_actions_url"].GetStringValue(), PlatformPicker: r.labels.PickPlatform, + Vars: task.Vars, } rr, err := runner.New(runnerConfig)