Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 03 May 15:31
· 1212 commits to main since this release
v0.3.1
6e19bd1

Added

  • Added actions.fields config support so repository-specific workflow inputs are sent on every Actions hydration, with CLI -f key=value overrides. Thanks @vincentkoc.
  • Added a command-doc drift check to npm run docs:check so every top-level CLI command has a matching command page and index entry. Thanks @stainlu.

Fixed

  • Deferred run-history creation against legacy coordinators until a lease is known, avoiding noisy invalid_lease_id failures before command execution. Thanks @vincentkoc.
  • Suppressed repeated run-event append warnings when a legacy coordinator does not support the newer run-event path. Thanks @vincentkoc.
  • Fixed recorded run logs so long noisy commands are stored in bounded chunks instead of losing the failure evidence between the first output events and the final tail.
  • Forced SSH to use Crabbox's per-lease identity file so local SSH-agent keys cannot exhaust server auth attempts before the runner key is tried.