minor cleanup

This commit is contained in:
Thomas Boop
2021-08-03 22:12:27 +00:00
parent fc57c796ce
commit 2724797626

View File

@@ -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);
}