From 5966667475b4352e2a0d1f7290eb278821f00500 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Tue, 22 Jul 2025 12:45:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Add=20logging=20for?= =?UTF-8?q?=20GitHub=20event=20data=20in=20info=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/info.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/info.ps1 b/scripts/info.ps1 index ba5874a..77539b9 100644 --- a/scripts/info.ps1 +++ b/scripts/info.ps1 @@ -51,6 +51,10 @@ process { Get-GitHubConfig | Format-List | Out-String } + LogGroup ' - Event Information' { + Get-GitHubEventData | Format-List | Out-String + } + $fenceEnd = '┗' + ('━' * ($fenceStart.Length - 2)) + '┛' Write-Output $fenceEnd } catch {