Update update-submodules.yml

This commit is contained in:
aricloverEXALT 2025-02-08 14:25:00 -06:00 committed by GitHub
parent f5eee7d0c1
commit e00186d940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,13 @@ jobs:
git config --global user.email "actions@github.com" git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions" 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 - name: Update submodules
run: | run: |
git submodule update --init --recursive --remote Tweaks/Alderis git submodule update --init --recursive --remote Tweaks/Alderis
@ -42,6 +49,8 @@ jobs:
git add . git add .
git submodule update --init --recursive --remote Tweaks/YouQuality git submodule update --init --recursive --remote Tweaks/YouQuality
git add . git add .
git submodule update --init --recursive --remote Tweaks/YouSlider
git add .
git submodule update --init --recursive --remote Tweaks/YouSpeed git submodule update --init --recursive --remote Tweaks/YouSpeed
git add . git add .
git submodule update --init --recursive --remote Tweaks/YouTimeStamp git submodule update --init --recursive --remote Tweaks/YouTimeStamp