Skip to content

v5.0.0

Choose a tag to compare

@oke-py oke-py released this 07 Jul 13:45
ce19adc

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.

Bug Fixes

  • remove github_context input in favor of the runner environment (805c161), closes #343