From 2519e68dd506c56313e5840be4d5945166352930 Mon Sep 17 00:00:00 2001 From: ardocrat Date: Wed, 13 May 2026 17:37:45 +0300 Subject: [PATCH] ci: build checkout submodules --- .forgejo/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 0d6c1a6..3a8cfa3 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -13,8 +13,10 @@ jobs: runs-on: ubuntu steps: - uses: actions/checkout@v6 - with: - submodules: recursive + - name: Checkout submodules + run: | + sed -i 's#https://code\.gri\.mw#${{ secrets.REPO_HOST }}#g' .gitmodules + git submodule update --init - name: Check commit id: check run: |