From ffa3f33ac78bd9d0213e656cd2aff8f4655c2cca Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:02:35 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 7145952..fbdc606 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,15 +16,6 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - - name: Add uYouPlusExtra submodules - run: | - git submodule add https://github.com/PoomSmart/YTVideoOverlay.git Tweaks/YTVideoOverlay - git submodule add https://github.com/PoomSmart/YouQuality.git Tweaks/YouQuality - git submodule add https://github.com/michael-winay/YTNoCommunityPosts.git Tweaks/YTNoCommunityPosts - git add . - git commit -m "added submodules" - git push origin - - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/YTNoCommunityPosts