Skip to content

Commit 5966667

Browse files
🩹 [Patch]: Add logging for GitHub event data in info script
1 parent d7819cb commit 5966667

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/info.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ process {
5151
Get-GitHubConfig | Format-List | Out-String
5252
}
5353

54+
LogGroup ' - Event Information' {
55+
Get-GitHubEventData | Format-List | Out-String
56+
}
57+
5458
$fenceEnd = '' + ('' * ($fenceStart.Length - 2)) + ''
5559
Write-Output $fenceEnd
5660
} catch {

0 commit comments

Comments
 (0)