mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +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.Environment = Environment;
|
||||||
handler.RuntimeVariables = RuntimeVariables;
|
handler.RuntimeVariables = RuntimeVariables;
|
||||||
handler.ExecutionContext = ExecutionContext;
|
handler.ExecutionContext = ExecutionContext;
|
||||||
handler.StepHost = StepHost;
|
handler.StepHost = HostContext.CreateService<IDefaultStepHost>();;
|
||||||
handler.Inputs = new Dictionary<string, string>
|
handler.Inputs = new Dictionary<string, string>
|
||||||
{
|
{
|
||||||
["script"] = $"make {target}"
|
["script"] = $"make {target}"
|
||||||
|
|||||||
Reference in New Issue
Block a user