Workflow angepasst
Some checks failed
Auto-Deploy to Proxmox (Stable Version) / build-and-run (push) Failing after 21s

This commit is contained in:
2026-04-01 15:18:42 +02:00
parent 5dff0f65f4
commit cc9abe7ca1

View File

@@ -13,7 +13,7 @@ jobs:
run: |
echo "Starting manual checkout..."
git init
git remote add origin http://git.langhei.de:3000/${{ github.repository }}.git
git remote add origin http://git.langhei.de/${{ github.repository }}.git
# Wir nutzen den Gitea-Token für den Zugriff
git config --global http.sslVerify false
git fetch --depth 1 origin master