From a907b4d2ca3b606a8a5bf8a92eaa89737777ded1 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:16:05 -0600 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index d7c29bb..6f8c6c4 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -18,20 +18,9 @@ jobs: - name: Add uYouEnhanced submodules run: | - git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization - git submodule add https://github.com/arichorn/YTHoldForSpeed.git Tweaks/YTHoldForSpeed + git submodule add https://github.com/arichorn/MrBeastify.git Tweaks/YTHoldForSpeed git add . - git commit -m "added uYouEnhanced submodules" - git push origin - - - name: Make .bundle files - run: | - cd Bundles - ln -s ../Tweaks/MrBeastify/layout/Library/Application\ Support/MrBeastify.bundle MrBeastify.bundle - ln -s ../Tweaks/uYouLocalization/layout/Library/Application\ Support/uYouLocalization.bundle uYouLocalization.bundle - ln -s ../Tweaks/YTHoldForSpeed/layout/Library/Application\ Support/YTHoldForSpeed.bundle YTHoldForSpeed.bundle - git add . - git commit -m "Added bundles" + git commit -m "added Another submodule" git push origin - name: Update submodules