v5.0.0
5.0.0 (2026-07-07)
⚠ BREAKING CHANGES
- the github_context input has been removed. The action now reads event information from the runner environment. Remove
github_context: ${{ toJson(github) }}from your workflow if present.
github_context: ${{ toJson(github) }} from your workflow if present.