From 424b019d47e124a0b114e3e3d2b632adf5c38ffd Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:23:19 -0600 Subject: [PATCH] Better Submodules for v16.42.3 --- .github/workflows/update-submodules.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 3a09e32..8e25852 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,13 +16,6 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - - name: Add uYouLocalization submodules - run: | - git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization - git add . - git commit -m "added uYouLocalization submodules" - git push origin - - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis