Remove TODO message for context

This commit is contained in:
Ethan Chiu
2020-06-22 11:31:43 -04:00
parent 37849dc6e3
commit 94e7b474e1

View File

@@ -106,9 +106,7 @@ namespace GitHub.Runner.Worker.Handlers
actionRunner.Stage = stage;
actionRunner.Condition = aStep.Condition;
actionRunner.DisplayName = aStep.DisplayName;
// TODO: Do we need to add any context data from the job message?
// (See JobExtension.cs ~line 236)
ExecutionContext.RegisterNestedStep(actionRunner, inputsData, location, envData);
location++;
}