From 272479762614227f44697d771a8accf79f67287f Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Tue, 3 Aug 2021 22:12:27 +0000 Subject: [PATCH] minor cleanup --- src/Runner.Worker/ExecutionContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }