mirror of
https://github.com/actions/runner.git
synced 2025-12-14 22:24:11 +00:00
Clean up trace messages + add Trace debug in ActionManager
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user