This commit is contained in:
sillyguodong 2023-04-23 17:32:22 +08:00
parent 27a1a90d25
commit c618e02244
No known key found for this signature in database
GPG key ID: 4A0646FA86256DF4

View file

@ -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)