minor cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user