mirror of
https://github.com/actions/runner.git
synced 2025-12-15 06:26:46 +00:00
Clean up trace messages + add Trace debug in ActionManager
This commit is contained in:
@@ -36,14 +36,6 @@ namespace GitHub.Runner.Worker.Handlers
|
||||
|
||||
// Resolve action steps
|
||||
var actionSteps = Data.Steps;
|
||||
if (actionSteps == null)
|
||||
{
|
||||
Trace.Error("Data.Steps in CompositeActionHandler is null");
|
||||
}
|
||||
else
|
||||
{
|
||||
Trace.Info($"Data Steps Value for Composite Actions is: {actionSteps}.");
|
||||
}
|
||||
|
||||
// Create Context Data to reuse for each composite action step
|
||||
var inputsData = new DictionaryContextData();
|
||||
|
||||
Reference in New Issue
Block a user