diff --git a/.github/workflows/organization-template-update.yml b/.github/workflows/organization-template-update.yml index f0fcb90..b9521f6 100644 --- a/.github/workflows/organization-template-update.yml +++ b/.github/workflows/organization-template-update.yml @@ -50,6 +50,7 @@ jobs: uses: actions/checkout@v4 with: token: ${{ secrets.ORG_PAT }} + submodules: true repository: ${{ matrix.target-repo.full_name }} ref: ${{ matrix.target-repo.default_branch }} fetch-depth: 0