mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update update-submodules.yml
This commit is contained in:
parent
f5eee7d0c1
commit
e00186d940
1 changed files with 9 additions and 0 deletions
9
.github/workflows/update-submodules.yml
vendored
9
.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: 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
|
||||
|
|
@ -42,6 +49,8 @@ jobs:
|
|||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouQuality
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouSlider
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouSpeed
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouTimeStamp
|
||||
|
|
|
|||
Loading…
Reference in a new issue