From a0c50c4dea6d5a1e1df65ad115ce4ae6079b0ed1 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 16 Sep 2023 18:27:20 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 36 ++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 447f37e..ed8bcf1 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,9 +16,43 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" + - name: Change FLEXing + run: | + git submodule deinit Tweaks/FLEXing + git rm Tweaks/FLEXing + rm -rf .git/modules/Tweaks/FLEXing + git commit -m "Change FLEXing" + git push + - name: Update submodules run: | - git submodule update --init --recursive --remote + 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 + git add . + git submodule update --init --recursive --remote Tweaks/YTABConfig + git add . + git submodule update --init --recursive --remote Tweaks/YTNoCommunityPosts + git add . + git submodule update --init --recursive --remote Tweaks/YTUHD + git add . + git submodule update --init --recursive --remote Tweaks/YTVideoOverlay + git add . + git submodule update --init --recursive --remote Tweaks/YouMute + git add . + git submodule update --init --recursive --remote Tweaks/YouPiP + git add . + git submodule update --init --recursive --remote Tweaks/YouQuality + git add . + git submodule update --init --recursive --remote Tweaks/YouTubeHeader + git add . + git submodule update --init --recursive --remote Tweaks/iSponsorBlock git add . git commit -m "updated submodules" git push origin