From b5c404572dac9354996af91083ab1c4ea3eae943 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:07:01 -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 9eb1a5f..87f26ce 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: Remove YTNoCommunityPosts - run: | - git submodule deinit Tweaks/YTNoCommunityPosts - git rm Tweaks/YTNoCommunityPosts - rm -rf .git/modules/Tweaks/YTNoCommunityPosts - git add . - git commit -m "removed ytnocommunityposts" - git push origin - - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis