improve update-submodules-template (fixed usernames)

This commit is contained in:
arichornlover 2024-04-03 13:34:26 -05:00 committed by GitHub
parent e72b39925a
commit 111e71d9e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,8 +22,8 @@ jobs:
run: |
# git submodule add https://github.com/PoomSmart/FLEXing.git Tweaks/FLEXing
git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization
git submodule add https://github.com/arichorn/YTHoldForSpeed.git Tweaks/YTHoldForSpeed
git submodule add https://github.com/arichorn/YouGroupSettings.git Tweaks/YouGroupSettings
git submodule add https://github.com/arichornlover/YTHoldForSpeed.git Tweaks/YTHoldForSpeed
git submodule add https://github.com/arichornlover/YouGroupSettings.git Tweaks/YouGroupSettings
git add .
git commit -m "added uYouEnhanced submodules"
git push origin