v1.0.3
🩹 [Patch]: Remove redundant GitHub event context logging from main.ps1 (#14)
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, andGITHUB_EVENT_REPOSITORYfrom the script to reduce unnecessary output and streamline context logging.