fix: shallow
This commit is contained in:
@@ -23,7 +23,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: Setup Go
|
- name: Setup Go
|
||||||
|
|||||||
Reference in New Issue
Block a user