Update update-submodules.yml

This commit is contained in:
arichornlover 2024-02-05 20:55:03 -06:00 committed by GitHub
parent c8ca610922
commit 7ac6f2ad96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,13 +16,6 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: Rename Source to Sources (to be consistent with uYouPlus)
run: |
mv Source Sources
git add -A
git commit -m "Rename 'Source' to 'Sources'" || echo "No changes to commit"
git push
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis