Skip to content

Releases: nullplatform/github-action-build

v1.2.0

27 Apr 12:54
1f3d537

Choose a tag to compare

What's new

  • Support workflow_dispatch (and other events without head_commit in the payload): the build description now falls back to fetching the commit message via the GitHub API. PR #20.
  • Hardened release script (update-version.sh) with set -euo pipefail. PR #21.
  • Added integration tests covering the description fallback chain.

New input

  • github-token (default: \${{ github.token }}) — used to fetch commit metadata when the event payload lacks head_commit. Requires contents: read permission on the token.

Migration

No breaking changes. Consumers using @v1 get the fix automatically. Optionally pin to @v1.2.0 for reproducibility.

v1

20 Apr 13:47
1f3d537

Choose a tag to compare

v1
Version v1