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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user