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=$?