From 024b3141b8992b94edb352ec9c5e2dd8e6542210 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 10 Jul 2023 03:15:01 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 85c88ca..7366378 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,18 +16,9 @@ jobs: git config --global user.email "${{ secrets.GIT_USER_EMAIL }}" git config --global user.name "arichorn" - - name: Add uYouPlusExtra submodules - run: | - git submodule add https://github.com/PoomSmart/YouMute.git Tweaks/YouMute - git submodule add https://github.com/PoomSmart/YouQuality.git Tweaks/YouQuality - git submodule add https://github.com/PoomSmart/YTVideoOverlay.git Tweaks/YTVideoOverlay - git submodule add https://github.com/arichorn/YTNoCommunityPosts.git Tweaks/YTNoCommunityPosts - git add . - git commit -m "added uYouPlusExtra submodules" - git push origin - - name: Update submodules run: | + git update-index --skip-worktree Tweaks/FLEXing git submodule update --init --recursive --remote git add . git commit -m "updated submodules"