github benc-uk/workflow-dispatch v1.3.2

3 hours ago

What's changed since v1.3.1

Added

  • New wait-interval-seconds input to control how often the action polls when wait-for-completion: true. (#98)

Fixed

  • Pass X-GitHub-Api-Version: 2026-03-10 on 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-status input. (#93)
  • Document wait-interval-seconds in the README. (#100)
  • Fix typo in README for the wait-for-completion option. (#101)

Notes

  • No breaking changes. No changes to action.yaml inputs/outputs beyond what was already in v1.3.1.
  • The floating v1 and v1.3 tags have been moved to point at v1.3.2.

Full changelog: v1.3.1...v1.3.2

Don't miss a new workflow-dispatch release

NewReleases is sending notifications on new releases.