From 6e9d389cbf55093c0a0478fc7d30329d615a8292 Mon Sep 17 00:00:00 2001 From: datadunia Date: Thu, 7 May 2026 12:53:35 +0700 Subject: [PATCH] fix: shallow --- .gitea/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index dcabc15..e99db19 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -20,9 +20,7 @@ jobs: run: | git clone --recurse-submodules -c "url.https://token:${{ gitea.token }}@git.datadunia.com/.insteadOf=https://git.datadunia.com/" https://git.datadunia.com/devops/wireguard-vpn.git git config --global http."https://git.datadunia.com/".extraheader "Authorization: token ${{ gitea.token }}" - git config --global core.askPass "" - git clone --recurse-submodules https://git.datadunia.com/devops/wireguard-vpn.git . # Debug