The reusable workflow forwards a hardcoded list of GADFLY_ENDPOINT_* vars (it can't enumerate them); GADFLY_ENDPOINT_NETHERSTORM was added to Gitea user vars after that list was written, so it's silently dropped at the workflow_call boundary and every netherstorm/<model> reviewer fails with unknown provider: "netherstorm" — despite the var itself being correctly formatted (llamaswap|https://llama-swap.netherstorm...).
Same one-line fix is going onto the hotfix lineage (hotfix/gitea-127-workflow-call-5007597) with consumer pins re-bumped.
The reusable workflow forwards a hardcoded list of `GADFLY_ENDPOINT_*` vars (it can't enumerate them); `GADFLY_ENDPOINT_NETHERSTORM` was added to Gitea user vars after that list was written, so it's silently dropped at the `workflow_call` boundary and every `netherstorm/<model>` reviewer fails with `unknown provider: "netherstorm"` — despite the var itself being correctly formatted (`llamaswap|https://llama-swap.netherstorm...`).
Same one-line fix is going onto the hotfix lineage (`hotfix/gitea-127-workflow-call-5007597`) with consumer pins re-bumped.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
A reusable workflow can't enumerate arbitrary vars.GADFLY_ENDPOINT_*;
the netherstorm endpoint var was added after the forwarding list, so
every netherstorm/<model> reviewer failed with 'unknown provider:
netherstorm' — the correctly-formatted var never reached the container.
Co-Authored-By: Claude Fable 5 <[email protected]>
steve
merged commit 56392368dd into main2026-07-16 03:30:43 +00:00
steve
deleted branch chore/forward-netherstorm-endpoint2026-07-16 03:30:43 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The reusable workflow forwards a hardcoded list of
GADFLY_ENDPOINT_*vars (it can't enumerate them);GADFLY_ENDPOINT_NETHERSTORMwas added to Gitea user vars after that list was written, so it's silently dropped at theworkflow_callboundary and everynetherstorm/<model>reviewer fails withunknown provider: "netherstorm"— despite the var itself being correctly formatted (llamaswap|https://llama-swap.netherstorm...).Same one-line fix is going onto the hotfix lineage (
hotfix/gitea-127-workflow-call-5007597) with consumer pins re-bumped.🤖 Generated with Claude Code