From e00186d940e6b8dd7aa01ddd973a84ac115fa22a Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Sat, 8 Feb 2025 14:25:00 -0600 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index dd75f26..2643f76 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,6 +16,13 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" + - name: Add YouSlider submodule + run: | + git submodule add https://github.com/PoomSmart/YouSlider Tweaks/YouSlider + git add . + git commit -m "added YouSlider submodule" + git push origin + - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis @@ -42,6 +49,8 @@ jobs: git add . git submodule update --init --recursive --remote Tweaks/YouQuality git add . + git submodule update --init --recursive --remote Tweaks/YouSlider + git add . git submodule update --init --recursive --remote Tweaks/YouSpeed git add . git submodule update --init --recursive --remote Tweaks/YouTimeStamp