mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 16:02:00 +00:00
Update update-submodules.yml
This commit is contained in:
parent
115b46dbb2
commit
b720ecd183
1 changed files with 0 additions and 16 deletions
16
.github/workflows/update-submodules.yml
vendored
16
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,22 +16,6 @@ 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: Remove MrBeastify and YTSpeed submodule
|
|
||||||
run: |
|
|
||||||
git submodule deinit -f -- Tweaks/MrBeastify
|
|
||||||
git rm -f Tweaks/MrBeastify
|
|
||||||
git submodule deinit -f -- Tweaks/YTSpeed
|
|
||||||
git rm -f Tweaks/YTSpeed
|
|
||||||
git commit -m "Removed MrBeastify and YTSpeed submodules"
|
|
||||||
git push origin
|
|
||||||
|
|
||||||
- name: Re-add PSHeader submodule
|
|
||||||
run: |
|
|
||||||
git submodule add https://github.com/PoomSmart/PSHeader.git Tweaks/PSHeader
|
|
||||||
git add .
|
|
||||||
git commit -m "Re-added PSHeader 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue