mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +00:00
Add debugging message
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user