From 94e7b474e10a1cd8f8f60f24a6564b6eca1103c6 Mon Sep 17 00:00:00 2001 From: Ethan Chiu Date: Mon, 22 Jun 2020 11:31:43 -0400 Subject: [PATCH] Remove TODO message for context --- src/Runner.Worker/Handlers/CompositeActionHandler.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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++; }