From 143f3f73235a6876b94ca3d800f30cccd176cfef Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:00:09 -0600 Subject: [PATCH] remove unnecessary actions in update-submodules.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since it’s been added, these need to be removed to avoid duplicate files or unwanted conflicts. --- .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 ec651e9..410b511 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,14 +16,6 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - - name: Make .bundle - run: | - cd Bundles - ln -s ../Tweaks/uYouLocalization/layout/Library/Application\ Support/uYouLocalization.bundle uYouLocalization.bundle - git add . - git commit -m "Added uYouLocalization bundle" - git push origin - - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis