Require GITHUB_OUTPUT for runner 13 #11
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 path mandatory and avoid the removed command entirely.
What changed
Testing
npm testverifies upload outputs and artifact metadata flow through the action tests.npm run check