What's changed since v1.3.1
Added
- New
wait-interval-secondsinput to control how often the action polls whenwait-for-completion: true. (#98)
Fixed
- Pass
X-GitHub-Api-Version: 2026-03-10on the dispatch and run-status REST calls. Removes the GitHub REST API deprecation warning emitted on every run and makes behaviour deterministic against future default-version changes. (#103, fixes #99)
Docs
- Document the existing
sync-statusinput. (#93) - Document
wait-interval-secondsin the README. (#100) - Fix typo in README for the
wait-for-completionoption. (#101)
Notes
- No breaking changes. No changes to
action.yamlinputs/outputs beyond what was already in v1.3.1. - The floating
v1andv1.3tags have been moved to point atv1.3.2.
Full changelog: v1.3.1...v1.3.2