diff --git a/src/Runner.Worker/ExecutionContext.cs b/src/Runner.Worker/ExecutionContext.cs index e40a5cf07..749417e84 100644 --- a/src/Runner.Worker/ExecutionContext.cs +++ b/src/Runner.Worker/ExecutionContext.cs @@ -272,7 +272,7 @@ namespace GitHub.Runner.Worker return; } - step.ExecutionContext = Root.CreatePostChild(step.DisplayName, IntraActionState, this.ScopeName); + step.ExecutionContext = Root.CreatePostChild(step.DisplayName, IntraActionState, this.GetFullyQualifiedContextName()); Root.PostJobSteps.Push(step); }