From 12f9830817d6df7102899b4b4629fe2fc9578bd8 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:51:13 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 0017485..eb7598a 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,12 +16,29 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" + - name: Add MrBeastify + run: | + git submodule add https://github.com/leminlimez/MrBeastify.git Tweaks/MrBeastify + git add . + git commit -m "added MrBeastify submodule" + git push origin + + - name: Make .bundle files + run: | + cd Bundles + ln -s ../Tweaks/MrBeastify/layout/Library/Application\ Support/MrBeastify.bundle MrBeastify.bundle + git add . + git commit -m "Added submodule bundle" + git push origin + - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis git add . git submodule update --init --recursive --remote Tweaks/DontEatMyContent git add . + git submodule update --init --recursive --remote Tweaks/MrBeastify + git add . git submodule update --init --recursive --remote Tweaks/PSHeader git add . git submodule update --init --recursive --remote Tweaks/Return-YouTube-Dislikes