From bc19ad7eafa7c6e5f47bbc8e68293d1cc8c30e5a Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Thu, 27 Jul 2023 07:10:55 -0500 Subject: [PATCH] Remove bundle command --- .github/workflows/update-submodules.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 0c5311d..298cd48 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -48,14 +48,6 @@ jobs: git push origin continue-on-error: true - - name: Make .bundle files - run: | - cd Bundles - ln -s ../Tweaks/YTNoCommunityPosts/layout/Library/Application\ Support/YTNoCommunityPosts.bundle YTNoCommunityPosts.bundle - git add . - git commit -m "Added YTNoCommunityPost bundle" - git push origin - - name: Check exit code run: | exit_code=$?