mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
Remove TODO message for context
This commit is contained in:
@@ -106,9 +106,7 @@ namespace GitHub.Runner.Worker.Handlers
|
|||||||
actionRunner.Stage = stage;
|
actionRunner.Stage = stage;
|
||||||
actionRunner.Condition = aStep.Condition;
|
actionRunner.Condition = aStep.Condition;
|
||||||
actionRunner.DisplayName = aStep.DisplayName;
|
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);
|
ExecutionContext.RegisterNestedStep(actionRunner, inputsData, location, envData);
|
||||||
location++;
|
location++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user