Require GITHUB_OUTPUT for runner 13 #15
Loading…
Reference in a new issue
No description provided.
Delete branch "runner13-workflow-compat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Forgejo Runner 13 removes the legacy set-output workflow command. This action already writes outputs through GITHUB_OUTPUT on current runners; make that file-command path mandatory so missing support fails loudly instead of emitting a removed command.
What changed
Testing
npm testverifies cache outputs round-trip through parsed GITHUB_OUTPUT, including cache-hit and multiline values.npm run check