Clean up trace messages + add Trace debug in ActionManager

This commit is contained in:
Ethan Chiu
2020-06-18 16:13:56 -04:00
parent 038e5e2c2e
commit 180a687f30
3 changed files with 2 additions and 13 deletions

View File

@@ -397,7 +397,8 @@ namespace GitHub.Runner.Worker
}
else if (definition.Data.Execution.ExecutionType == ActionExecutionType.Composite && !String.IsNullOrEmpty(Environment.GetEnvironmentVariable("TESTING_COMPOSITE_ACTIONS_ALPHA")))
{
// Don't do anything for now
var compositeAction = definition.Data.Execution as CompositeActionExecutionData;
Trace.Info($"Action steps: {compositeAction.Steps}.");
}
else
{