Skip to content

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 05 Oct 09:16
· 8 commits to main since this release
4390bce

🩹 [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, and GITHUB_EVENT_REPOSITORY from the script to reduce unnecessary output and streamline context logging.