diff --git a/src/Runner.Worker/Handlers/CompositeActionHandler.cs b/src/Runner.Worker/Handlers/CompositeActionHandler.cs index d49bfc560..45e055faf 100644 --- a/src/Runner.Worker/Handlers/CompositeActionHandler.cs +++ b/src/Runner.Worker/Handlers/CompositeActionHandler.cs @@ -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++; }