We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de71fb commit fabf4c2Copy full SHA for fabf4c2
.github/workflows/TestWorkflow.yml
@@ -412,7 +412,7 @@ jobs:
412
}
413
414
LogGroup 'Get-GitHubRepository' {
415
- Get-GitHubRepository | Out-String
+ Get-GitHubRepository -Owner PSModule | Out-String
416
417
418
ActionTestWithUSERFGPAT:
@@ -438,7 +438,7 @@ jobs:
438
439
440
441
442
443
444
ActionTestWithORGFGPAT:
@@ -464,7 +464,7 @@ jobs:
464
465
466
467
468
469
470
ActionTestWithGitHubAppEnt:
0 commit comments