From 96e003706fbd99ee04d56476bbefa163127bcfac Mon Sep 17 00:00:00 2001 From: Ethan Chiu Date: Thu, 18 Jun 2020 16:16:55 -0400 Subject: [PATCH] Add debugging message --- src/Runner.Worker/ActionManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Runner.Worker/ActionManager.cs b/src/Runner.Worker/ActionManager.cs index d157f8fd3..6ecc09f01 100644 --- a/src/Runner.Worker/ActionManager.cs +++ b/src/Runner.Worker/ActionManager.cs @@ -399,6 +399,7 @@ namespace GitHub.Runner.Worker { var compositeAction = definition.Data.Execution as CompositeActionExecutionData; Trace.Info($"Action steps: {compositeAction.Steps}."); + Trace.Info($"Action environment: {compositeAction.Environment}."); } else {