Releases: nullplatform/github-action-build
Releases · nullplatform/github-action-build
v1.2.0
What's new
- Support
workflow_dispatch(and other events withouthead_commitin 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) withset -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 lackshead_commit. Requirescontents: readpermission on the token.
Migration
No breaking changes. Consumers using @v1 get the fix automatically. Optionally pin to @v1.2.0 for reproducibility.
v1
Version v1