mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-15 16:23:31 +00:00
Update update-submodules.yml
This commit is contained in:
parent
f1237df1b9
commit
a8d3e4226a
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.email "actions@github.com"
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
|
|
||||||
|
- name: Add YouTimeStamp submodules
|
||||||
|
run: |
|
||||||
|
git submodule add https://github.com/arichornlover/YouTimeStamp.git Tweaks/YouTimeStamp
|
||||||
|
git add .
|
||||||
|
git commit -m "added YouTimeStamp 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
|
||||||
|
|
@ -48,6 +55,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/YouTimeStamp
|
||||||
|
git add .
|
||||||
git submodule update --init --recursive --remote Tweaks/YouGroupSettings
|
git submodule update --init --recursive --remote Tweaks/YouGroupSettings
|
||||||
git add .
|
git add .
|
||||||
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
|
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue