• v5 cfc5ae1d5c

    fix: check existing refs before trying to fetch inside Docker

    dividbzero released this 2026-05-20 00:13:25 +02:00 | 2 commits to main since this release

    The Docker container has no git auth credentials. Instead of trying
    to fetch (which silently fails), first check if origin/main already
    exists from a workflow pre-step. Only fall back to fetching if no
    refs are found, with a clear error message telling users to add a
    pre-fetch step.

    Downloads