Skip to content

Commit 9e76f4e

Browse files
🩹 [Patch]: Update output formatting in GitHub app and config retrieval to use Format-List for improved readability
1 parent e9ec97a commit 9e76f4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/TestWorkflow.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ jobs:
488488
Prerelease: ${{ inputs.Prerelease }}
489489
Script: |
490490
LogGroup 'Get-GitHubApp' {
491-
Get-GitHubApp | Format-Table -AutoSize | Out-String
491+
Get-GitHubApp | Format-List | Out-String
492492
}
493493
494494
LogGroup 'Get-GitHubAppInstallation' {
@@ -504,7 +504,7 @@ jobs:
504504
}
505505
506506
LogGroup 'GitConfig' {
507-
Get-GitHubGitConfig | Format-Table -AutoSize | Out-String
507+
Get-GitHubConfig | Format-List | Out-String
508508
}
509509
510510
ActionTestWithGitHubAppOrg:
@@ -523,7 +523,7 @@ jobs:
523523
Prerelease: ${{ inputs.Prerelease }}
524524
Script: |
525525
LogGroup 'Get-GitHubApp' {
526-
Get-GitHubApp | Format-Table -AutoSize | Out-String
526+
Get-GitHubApp | Format-List | Out-String
527527
}
528528
529529
LogGroup 'Get-GitHubAppInstallation' {
@@ -539,7 +539,7 @@ jobs:
539539
}
540540
541541
LogGroup 'GitConfig' {
542-
Get-GitHubGitConfig | Format-Table -AutoSize | Out-String
542+
Get-GitHubConfig | Format-List | Out-String
543543
}
544544
545545
ActionTestPreserveCredentialsFalse:

0 commit comments

Comments
 (0)