From 47a7318cbb9cf9fd192beb79e776c48409946655 Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Sat, 8 Feb 2025 14:28:01 -0600 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 2643f76..8d2be29 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,13 +16,6 @@ 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