From f55bf54bcf1933697e2b03c56f0152cd2aa300a3 Mon Sep 17 00:00:00 2001 From: aricloverEXTRA <157071384+aricloverEXTRA@users.noreply.github.com> Date: Wed, 28 Jan 2026 09:14:15 -0600 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 46b0975..264309c 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,16 +16,6 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - - name: Fix YTweaks Bundle - run: | - cd Bundles - rm YTWKS.bundle - ln -s ../Tweaks/YTweaks/layout/Library/Application\ Support/YTWKS.bundle YTWKS.bundle - git add . - git commit -m "updated YTweaks bundle" - git push - continue-on-error: true - - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis