Fix Gitea checkout URL for CI runner network.
CI / test (push) Failing after 41s

Force actions/checkout to use the public git.produktor.io endpoint instead of the internal gitea hostname so runners can fetch repository contents.

Made-with: Cursor
This commit is contained in:
2026-03-01 11:45:24 +00:00
parent ba7cd51a84
commit 4dc0a5738d
+3
View File
@@ -12,6 +12,9 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
github-server-url: https://git.produktor.io
fetch-depth: 1
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5