diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index bce31f4..4f091fd 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -29,6 +29,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 + with: + submodules: true - name: Prevent from loading rubygems from TUNA run: | diff --git a/.github/workflows/sync-helpz.yml b/.github/workflows/sync-helpz.yml index 1b4dce0..29cd7c4 100644 --- a/.github/workflows/sync-helpz.yml +++ b/.github/workflows/sync-helpz.yml @@ -10,7 +10,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 submodules: true - name: Sync submodule run: |