Commit 53dd5b9
authored
🩹 [Patch]: Add logging for GitHub event data in info script (#64)
## Description
This pull request adds a new logging group to the `scripts/info.ps1`
file for better visibility into event-related information.
### Logging Improvements:
*
[`scripts/info.ps1`](diffhunk://#diff-82c586f67d16e32953b47a962c269d0a484f8aa660d71ad354e91fd2d4334cd9R54-R57):
Added a new log group labeled 'Event Information' that retrieves and
formats GitHub event data using `Get-GitHubEventData`.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent d7819cb commit 53dd5b9
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
0 commit comments