Require GITHUB_OUTPUT for runner 13 #20
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 uses the GITHUB_OUTPUT file-command path on supported runners; make that path mandatory so outputs cannot silently fall back to a removed command.
What changed
Testing
npm testverifies downloaded artifact paths and metadata outputs round-trip through the action flow.npm run check