fix: submodule checkout with token auth
Release / build (amd64) (push) Failing after 7s
Release / generate-latest-json (push) Has been skipped
Release / build (arm64) (push) Failing after 6s

This commit is contained in:
datadunia
2026-05-06 16:21:55 +07:00
parent 282b2a3b69
commit 8a8927c8e8
+10 -10
View File
@@ -18,12 +18,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
submodules: true
fetch-depth: 0
- name: Update submodules
run: git submodule update --init --recursive
- name: Checkout submodules with auth
run: |
git submodule init
git submodule set-url app "https://${{ gitea.actor }}:${{ gitea.token }}@git.datadunia.com/hainzero/WGRplane.git"
git submodule update --init --recursive
- name: Debug - List app directory
run: ls -la app/
@@ -64,12 +64,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
submodules: true
fetch-depth: 0
- name: Update submodules
run: git submodule update --init --recursive
- name: Checkout submodules with auth
run: |
git submodule init
git submodule set-url app "https://${{ gitea.actor }}:${{ gitea.token }}@git.datadunia.com/hainzero/WGRplane.git"
git submodule update --init --recursive
- name: Download all artifacts
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093