diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d077d11..536e97e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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