mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
ba5ea9b1d1
The renderer pairing was hardcoded to the upstream repo. Make it owner-derived: pair the client against <github.repository_owner>/Nitro_Render_V3 when that repo carries the resolved ref, else fall back to the upstream renderer. So a fork's client CI pairs with the fork's renderer when the companion code lives there, and upstream still pairs with upstream. Keeps workflow_dispatch + vars.RENDERER_REPO/REF overrides; probes ref existence via git ls-remote and warns+falls back if missing.