mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +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.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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user