Skip to content

Commit 7bcf3a8

Browse files
🩹 [Patch]: Rename logging groups from 'GitConfig' to 'GitHubConfig' for consistency in workflow
1 parent 9e76f4e commit 7bcf3a8

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
@@ -503,7 +503,7 @@ jobs:
503503
Get-GitHubContext -ListAvailable | Format-Table -AutoSize | Out-String
504504
}
505505
506-
LogGroup 'GitConfig' {
506+
LogGroup 'GitHubConfig' {
507507
Get-GitHubConfig | Format-List | Out-String
508508
}
509509
@@ -538,7 +538,7 @@ jobs:
538538
Get-GitHubContext -ListAvailable | Format-Table -AutoSize | Out-String
539539
}
540540
541-
LogGroup 'GitConfig' {
541+
LogGroup 'GitHubConfig' {
542542
Get-GitHubConfig | Format-List | Out-String
543543
}
544544

0 commit comments

Comments
 (0)