Update update-submodules.yml
This commit is contained in:
parent
056e803e6d
commit
ffa3f33ac7
1 changed files with 0 additions and 9 deletions
9
.github/workflows/update-submodules.yml
vendored
9
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,15 +16,6 @@ jobs:
|
|||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
||||
- name: Add uYouPlusExtra submodules
|
||||
run: |
|
||||
git submodule add https://github.com/PoomSmart/YTVideoOverlay.git Tweaks/YTVideoOverlay
|
||||
git submodule add https://github.com/PoomSmart/YouQuality.git Tweaks/YouQuality
|
||||
git submodule add https://github.com/michael-winay/YTNoCommunityPosts.git Tweaks/YTNoCommunityPosts
|
||||
git add .
|
||||
git commit -m "added submodules"
|
||||
git push origin
|
||||
|
||||
- name: Update submodules
|
||||
run: |
|
||||
git submodule update --init --recursive --remote Tweaks/YTNoCommunityPosts
|
||||
|
|
|
|||
Loading…
Reference in a new issue