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 {