Use non-.git repository URL in CI checkout.
CI / test (push) Failing after 7s

Align manual clone URL with this Gitea server's accepted path format while keeping TLS verification disabled for the runner environment.

Made-with: Cursor
This commit is contained in:
2026-03-01 11:48:22 +00:00
parent cadec8e344
commit 2b8ee5feac
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
run: |
rm -rf .git
git init .
git remote add origin "https://git.produktor.io/${{ github.repository }}.git"
git remote add origin "https://git.produktor.io/${{ github.repository }}"
git -c http.sslVerify=false fetch --depth=1 origin "${{ github.sha }}"
git checkout --detach FETCH_HEAD