Update update-submodules.yml
This commit is contained in:
parent
12c1694bd5
commit
024b3141b8
1 changed files with 1 additions and 10 deletions
11
.github/workflows/update-submodules.yml
vendored
11
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,18 +16,9 @@ jobs:
|
|||
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
|
||||
git config --global user.name "arichorn"
|
||||
|
||||
- name: Add uYouPlusExtra submodules
|
||||
run: |
|
||||
git submodule add https://github.com/PoomSmart/YouMute.git Tweaks/YouMute
|
||||
git submodule add https://github.com/PoomSmart/YouQuality.git Tweaks/YouQuality
|
||||
git submodule add https://github.com/PoomSmart/YTVideoOverlay.git Tweaks/YTVideoOverlay
|
||||
git submodule add https://github.com/arichorn/YTNoCommunityPosts.git Tweaks/YTNoCommunityPosts
|
||||
git add .
|
||||
git commit -m "added uYouPlusExtra submodules"
|
||||
git push origin
|
||||
|
||||
- name: Update submodules
|
||||
run: |
|
||||
git update-index --skip-worktree Tweaks/FLEXing
|
||||
git submodule update --init --recursive --remote
|
||||
git add .
|
||||
git commit -m "updated submodules"
|
||||
|
|
|
|||
Loading…
Reference in a new issue