mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Create a new step host for each sub-step
This commit is contained in:
@@ -47,7 +47,7 @@ namespace GitHub.Runner.Worker.Handlers
|
||||
handler.Environment = Environment;
|
||||
handler.RuntimeVariables = RuntimeVariables;
|
||||
handler.ExecutionContext = ExecutionContext;
|
||||
handler.StepHost = StepHost;
|
||||
handler.StepHost = HostContext.CreateService<IDefaultStepHost>();;
|
||||
handler.Inputs = new Dictionary<string, string>
|
||||
{
|
||||
["script"] = $"make {target}"
|
||||
|
||||
Reference in New Issue
Block a user