chore(reusable): forward GADFLY_ENDPOINT_NETHERSTORM #22

Merged
steve merged 1 commits from chore/forward-netherstorm-endpoint into main 2026-07-16 03:30:43 +00:00
Owner

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

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)
steve added 1 commit 2026-07-16 03:30:31 +00:00
chore(reusable): forward GADFLY_ENDPOINT_NETHERSTORM
Gadfly review (reusable) / review (pull_request) Successful in 0s
Adversarial Review (Gadfly) / review (pull_request) Successful in 0s
Build & push image / build-and-push (pull_request) Successful in 26s
4ff63d988a
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 main 2026-07-16 03:30:43 +00:00
steve deleted branch chore/forward-netherstorm-endpoint 2026-07-16 03:30:43 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: steve/gadfly#22