mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 06:42:10 +00:00
Update update-submodules.yml
This commit is contained in:
parent
150b7acb1b
commit
33e93b633b
1 changed files with 7 additions and 0 deletions
7
.github/workflows/update-submodules.yml
vendored
7
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,6 +16,13 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue