mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04:00
Added FLEXing (update-submodules.yml)
This commit is contained in:

committed by
GitHub

parent
9bfc5d9431
commit
10fc9b86ef
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
|
||||
|
Reference in New Issue
Block a user