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 keeps create-pull-request outputs on the supported GITHUB_OUTPUT path and fails clearly if a runner lacks file-command support.
What changed
Testing
bash tests/run.shverifies pull-request-number and operation outputs are read from GITHUB_OUTPUT by downstream assertions across create, update, reopen, and no-change paths.node --check src/main.jsand syntax checks forsrcandtestsJavaScript files.