From 973a5448f6fd20741286b4f9d60c61f711a99bf0 Mon Sep 17 00:00:00 2001 From: wwwDayDream <13383838+wwwDayDream@users.noreply.github.com> Date: Sun, 6 Oct 2024 15:16:02 -0500 Subject: [PATCH] Removed submodules updating from 'organization-template-update' workflow --- .github/workflows/organization-template-update.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/organization-template-update.yml b/.github/workflows/organization-template-update.yml index b9521f6..f0fcb90 100644 --- a/.github/workflows/organization-template-update.yml +++ b/.github/workflows/organization-template-update.yml @@ -50,7 +50,6 @@ 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