mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:17:08 +00:00
Add TODO, remove unn. content
This commit is contained in:
@@ -276,6 +276,7 @@ namespace GitHub.Runner.Worker
|
||||
var newGuid = Guid.NewGuid();
|
||||
step.ExecutionContext = Root.CreateChild(newGuid, step.DisplayName, newGuid.ToString("N"), null, null);
|
||||
step.ExecutionContext.ExpressionValues["inputs"] = inputsData;
|
||||
// TODO: confirm whether not copying message contexts is safe
|
||||
Root.JobSteps.Insert(0, step);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user