Skip to content

Commit e06685f

Browse files
Refactor GitHub event logging to use cached event data for improved performance
1 parent 92d4578 commit e06685f

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-
Get-GithubEventData | Format-List
99+
$GithubEvent | Format-List
100100
}
101101

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

0 commit comments

Comments
 (0)