Skip to content

Commit ac9a2e2

Browse files
🩹 [Patch]: Add logging for GitHub context details in WithKeyVaultKeyReference job
1 parent 667a7ff commit ac9a2e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/TestWorkflow.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,10 @@ jobs:
571571
KeyVaultKeyReference: ${{ secrets.KEYVAULT_KEY_REFERENCE }}
572572
Prerelease: ${{ inputs.Prerelease }}
573573
Script: |
574+
LogGroup 'Context details' {
575+
Get-GitHubContext | Select-Object * | Format-Table -AutoSize | Out-String
576+
}
577+
574578
LogGroup 'Get-GitHubApp' {
575579
Get-GitHubApp | Format-List | Out-String
576580
}

0 commit comments

Comments
 (0)