File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments