Commit 4390bce
authored
🩹 [Patch]: Remove redundant GitHub event context logging from
## Description
This pull request simplifies the logging logic in the `scripts/main.ps1`
script by removing several redundant log groups related to GitHub event
context. Only the essential GitHub context and environment variables are
now logged.
Logging simplification:
* Removed log groups for `GITHUB_EVENT`, `GITHUB_EVENT_ENTERPRISE`,
`GITHUB_EVENT_ORGANIZATION`, and `GITHUB_EVENT_REPOSITORY` from the
script to reduce unnecessary output and streamline context logging.main.ps1 (#14)1 parent 2b4265c commit 4390bce
1 file changed
+0
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 14 | | |
31 | 15 | | |
32 | 16 | | |
| |||
0 commit comments