mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
Update update-submodules.yml
This commit is contained in:
parent
b9ef23f9dd
commit
2a1975d069
1 changed files with 3 additions and 5 deletions
8
.github/workflows/update-submodules.yml
vendored
8
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,12 +16,10 @@ 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: Change FLEXing
|
- name: Change FLEXing (1)
|
||||||
run: |
|
run: |
|
||||||
git submodule deinit Tweaks/FLEXing
|
git submodule add https://github.com/PoomSmart/FLEXing Tweaks/FLEXing
|
||||||
git rm Tweaks/FLEXing
|
git commit -m "Re-Added FLEXing"
|
||||||
rm -rf .git/modules/Tweaks/FLEXing
|
|
||||||
git commit -m "Change FLEXing"
|
|
||||||
git push
|
git push
|
||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue