Skip to content

Commit fabf4c2

Browse files
🩹 [Patch]: Specify owner in Get-GitHubRepository calls for consistency
1 parent 5de71fb commit fabf4c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
}
413413
414414
LogGroup 'Get-GitHubRepository' {
415-
Get-GitHubRepository | Out-String
415+
Get-GitHubRepository -Owner PSModule | Out-String
416416
}
417417
418418
ActionTestWithUSERFGPAT:
@@ -438,7 +438,7 @@ jobs:
438438
}
439439
440440
LogGroup 'Get-GitHubRepository' {
441-
Get-GitHubRepository | Out-String
441+
Get-GitHubRepository -Owner PSModule | Out-String
442442
}
443443
444444
ActionTestWithORGFGPAT:
@@ -464,7 +464,7 @@ jobs:
464464
}
465465
466466
LogGroup 'Get-GitHubRepository' {
467-
Get-GitHubRepository | Out-String
467+
Get-GitHubRepository -Owner PSModule | Out-String
468468
}
469469
470470
ActionTestWithGitHubAppEnt:

0 commit comments

Comments
 (0)