Skip to content

Commit 6078232

Browse files
🩹 [Patch]: Simplify logging of GitHub context details in WithKeyVaultKeyReference job
1 parent ac9a2e2 commit 6078232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ jobs:
572572
Prerelease: ${{ inputs.Prerelease }}
573573
Script: |
574574
LogGroup 'Context details' {
575-
Get-GitHubContext | Select-Object * | Format-Table -AutoSize | Out-String
575+
Get-GitHubContext | Select-Object * | Out-String
576576
}
577577
578578
LogGroup 'Get-GitHubApp' {

0 commit comments

Comments
 (0)