mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-14 12:50:24 +00:00
Added FLEXing (update-submodules.yml)
This commit is contained in:
parent
9bfc5d9431
commit
10fc9b86ef
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update-submodules.yml
vendored
6
.github/workflows/update-submodules.yml
vendored
|
|
@ -18,11 +18,11 @@ jobs:
|
|||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
||||
- name: Rename FLEX to FLEXing
|
||||
- name: Add FLEXing submodule
|
||||
run: |
|
||||
mv Tweaks/FLEX Tweaks/FLEXing
|
||||
git submodule add -b rootless https://github.com/PoomSmart/FLEXing.git Tweaks/FLEXing
|
||||
git add .
|
||||
git commit -m "Renamed FLEX to FLEXing"
|
||||
git commit -m "added FLEXing"
|
||||
git push origin
|
||||
|
||||
- name: Update submodules
|
||||
|
|
|
|||
Loading…
Reference in a new issue