fix: shallow
Release / build (amd64) (push) Failing after 13s
Release / build (arm64) (push) Failing after 9s

This commit is contained in:
datadunia
2026-05-07 04:35:06 +07:00
parent 144be82e9b
commit e2c807dc12
+2 -1
View File
@@ -18,7 +18,8 @@ jobs:
steps:
- name: Clone repository with submodules
run: |
git clone --recurse-submodules -c http.extraheader="Authorization: Bearer ${{ gitea.token }}" ${{ gitea.server_url }}/${{ gitea.repository }}.git .
git config --global url."https://token:${{ gitea.token }}@${{ gitea.server_url | replace("https://", "") }}/".insteadOf "${{ gitea.server_url }}/"
git clone --recurse-submodules ${{ gitea.server_url }}/${{ gitea.repository }}.git .
ls -la app/ # Debug
- name: Setup Go