Skip to content

Commit 92d4578

Browse files
Refactor event logging to log GitHub event data separately for improved clarity
1 parent 9f21c79 commit 92d4578

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/main.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@ process {
9595
Get-GitHubConfig | Format-List
9696
}
9797

98+
LogGroup ' - Event Info' {
99+
Get-GithubEventData | Format-List
100+
}
101+
98102
Write-Output '┗━━━━━━━━━━━━━━━━━━━━━━━━━━━┛'
99103

100-
LogGroup 'EventInfo' {
101-
Get-GithubWorkflowData | Format-List
102-
}
103104
} catch {
104105
throw $_
105106
}

0 commit comments

Comments
 (0)