mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +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.name "GitHub Actions"
|
||||
|
||||
- name: Change FLEXing
|
||||
- name: Change FLEXing (1)
|
||||
run: |
|
||||
git submodule deinit Tweaks/FLEXing
|
||||
git rm Tweaks/FLEXing
|
||||
rm -rf .git/modules/Tweaks/FLEXing
|
||||
git commit -m "Change FLEXing"
|
||||
git submodule add https://github.com/PoomSmart/FLEXing Tweaks/FLEXing
|
||||
git commit -m "Re-Added FLEXing"
|
||||
git push
|
||||
|
||||
- name: Update submodules
|
||||
|
|
|
|||
Loading…
Reference in a new issue