🩹 [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
: Added a new log group labeled 'Event Information' that retrieves and formats GitHub event data usingGet-GitHubEventData
.
Type of change
- 📖 [Docs]
- 🪲 [Fix]
- 🩹 [Patch]
-
⚠️ [Security fix] - 🚀 [Feature]
- 🌟 [Breaking change]
Checklist
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas