mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 15:02:08 +00:00
Update update-submodules.yml
This commit is contained in:
parent
e7547e4d06
commit
be8b1b7637
1 changed files with 6 additions and 3 deletions
9
.github/workflows/update-submodules.yml
vendored
9
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,12 +16,17 @@ jobs:
|
|||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
||||
- name: Update submodules
|
||||
- name: Remove YTNoCommunityPosts
|
||||
run: |
|
||||
git submodule deinit Tweaks/YTNoCommunityPosts
|
||||
git rm Tweaks/YTNoCommunityPosts
|
||||
rm -rf .git/modules/Tweaks/YTNoCommunityPosts
|
||||
git add .
|
||||
git commit -m "removed ytnocommunityposts"
|
||||
git push origin
|
||||
|
||||
- name: Update submodules
|
||||
run: |
|
||||
git submodule update --init --recursive --remote Tweaks/Alderis
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/DontEatMyContent
|
||||
|
|
@ -34,8 +39,6 @@ jobs:
|
|||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTABConfig
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTNoCommunityPosts
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTUHD
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTVideoOverlay
|
||||
|
|
|
|||
Loading…
Reference in a new issue