Add TODO, remove unn. content

This commit is contained in:
Ethan Chiu
2020-06-19 14:38:37 -04:00
parent 9939cf527e
commit 5988076fcf
3 changed files with 1 additions and 4 deletions

View File

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