Skip to content

Commit 05aa4be

Browse files
committed
Pass through client
1 parent 9346817 commit 05aa4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModularPipelines.Build/Modules/WaitForOtherOperatingSystemBuilds.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected override Task<SkipDecision> ShouldSkip(IPipelineContext context)
7979
{
8080
cancellationToken.ThrowIfCancellationRequested();
8181

82-
var run = await _gitHubClient.Actions.Workflows.Runs.Get(BuildConstants.Owner, BuildConstants.RepositoryName, workflowRun.Id);
82+
var run = await client.Actions.Workflows.Runs.Get(BuildConstants.Owner, BuildConstants.RepositoryName, workflowRun.Id);
8383

8484
if (run?.Conclusion.HasValue is true)
8585
{

0 commit comments

Comments
 (0)