fix: shallow
Release / build (amd64) (push) Failing after 5s
Release / build (arm64) (push) Failing after 6s
Release / generate-latest-json (push) Has been skipped

This commit is contained in:
datadunia
2026-05-07 02:16:24 +07:00
parent ac32038ebb
commit 32f1e78ee1
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
- name: Clone WGRplane submodule (shallow) - name: Clone WGRplane submodule (shallow)
run: | run: |
timeout 60 git -c http.extraheader="Authorization: Bearer ${{ gitea.token }}" clone --depth 1 https://${{ gitea.server_url }}/hainzero/WGRplane.git app timeout 60 git -c http.extraheader="Authorization: Bearer ${{ gitea.token }}" clone --depth 1 ${{ gitea.server_url }}/hainzero/WGRplane.git app
ls -la app/ # Debug ls -la app/ # Debug
- name: Download all artifacts - name: Download all artifacts