remove https

This commit is contained in:
2025-09-09 16:34:41 -04:00
parent 27cb38c3bb
commit 51e63ae71b
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
# Clone the repository since Gitea runner doesn't auto-checkout
echo "Cloning repository..."
git clone https://gitea.skalas.org/jskala/NFOguard.git /tmp/repo
git clone http://gitea.skalas.org/jskala/NFOguard.git /tmp/repo
cp -r /tmp/repo/* .
cp -r /tmp/repo/.* . 2>/dev/null || true
rm -rf /tmp/repo