mirror of
https://github.com/actions/runner.git
synced 2025-12-20 06:29:53 +00:00
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