Skip to content

Commit 99dabc4

Browse files
Refactor GitHub event logging to use Get-GithubEventData for improved data retrieval
1 parent e06685f commit 99dabc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ process {
9696
}
9797

9898
LogGroup ' - Event Info' {
99-
$GithubEvent | Format-List
99+
Get-GithubEventData | Format-List
100100
}
101101

102102
Write-Output '┗━━━━━━━━━━━━━━━━━━━━━━━━━━━┛'

0 commit comments

Comments
 (0)