From 11b9cace750d1b4440fe14dae7a35af1e16f7b41 Mon Sep 17 00:00:00 2001 From: Ethan Chiu Date: Tue, 7 Jul 2020 18:18:09 -0400 Subject: [PATCH] formatting --- src/Runner.Worker/Handlers/CompositeActionHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Runner.Worker/Handlers/CompositeActionHandler.cs b/src/Runner.Worker/Handlers/CompositeActionHandler.cs index 1a0a197c2..ddf5821ad 100644 --- a/src/Runner.Worker/Handlers/CompositeActionHandler.cs +++ b/src/Runner.Worker/Handlers/CompositeActionHandler.cs @@ -84,7 +84,7 @@ namespace GitHub.Runner.Worker.Handlers actionRunner.Stage = stage; actionRunner.Condition = aStep.Condition; actionRunner.DisplayName = aStep.DisplayName; - + ExecutionContext.RegisterNestedStep(actionRunner, inputsData, location, Environment); location++; }