From d7465819269a4141867cfd275798615aa894e589 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Thu, 21 Mar 2024 19:50:33 -0500 Subject: [PATCH] Update update-submodules.yml --- .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 b0613ab..26c94d7 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: Delete .bundle files - run: | - cd Bundles - rm -f MrBeastify.bundle - git add . - git commit -m "Deleted MrBeastify bundle" - git push origin - - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis