Skip to content

Commit e9ec97a

Browse files
🩹 [Patch]: Update Get-GitHubContext calls to use -ListAvailable for improved context retrieval
1 parent 178c4e6 commit e9ec97a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/TestWorkflow.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ jobs:
500500
}
501501
502502
LogGroup 'Contexts' {
503-
Get-GitHubContext | Format-Table -AutoSize | Out-String
503+
Get-GitHubContext -ListAvailable | Format-Table -AutoSize | Out-String
504504
}
505505
506506
LogGroup 'GitConfig' {
@@ -535,7 +535,7 @@ jobs:
535535
}
536536
537537
LogGroup 'Contexts' {
538-
Get-GitHubContext | Format-Table -AutoSize | Out-String
538+
Get-GitHubContext -ListAvailable | Format-Table -AutoSize | Out-String
539539
}
540540
541541
LogGroup 'GitConfig' {

0 commit comments

Comments
 (0)