mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
update submodules template - UPDATED
This commit is contained in:
parent
ddb0a37cc8
commit
28279ca041
1 changed files with 5 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Set up Git
|
- name: Set up Git
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -20,11 +20,12 @@ jobs:
|
||||||
|
|
||||||
- name: Add uYouEnhanced submodules
|
- name: Add uYouEnhanced submodules
|
||||||
run: |
|
run: |
|
||||||
git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization
|
|
||||||
git submodule add https://github.com/arichornloverALT/YTHoldForSpeed.git Tweaks/YTHoldForSpeed
|
git submodule add https://github.com/arichornloverALT/YTHoldForSpeed.git Tweaks/YTHoldForSpeed
|
||||||
git submodule add https://github.com/arichornloverALT/YouGroupSettings.git Tweaks/YouGroupSettings
|
git submodule add https://github.com/arichornloverALT/YouGroupSettings.git Tweaks/YouGroupSettings
|
||||||
git submodule add https://github.com/arichornloverALT/YouTimeStamp.git Tweaks/YouTimeStamp
|
git submodule add https://github.com/arichornloverALT/YouTimeStamp.git Tweaks/YouTimeStamp
|
||||||
git submodule add https://github.com/bhackel/YouLoop.git Tweaks/YouLoop
|
git submodule add https://github.com/bhackel/YouLoop.git Tweaks/YouLoop
|
||||||
|
git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization
|
||||||
|
git submodule add https://github.com/PoomSmart/YTIcons Tweaks/YTIcons
|
||||||
git submodule add https://github.com/protocolbuffers/protobuf.git Tweaks/protobuf
|
git submodule add https://github.com/protocolbuffers/protobuf.git Tweaks/protobuf
|
||||||
git add .
|
git add .
|
||||||
git commit -m "added uYouEnhanced submodules"
|
git commit -m "added uYouEnhanced submodules"
|
||||||
|
|
@ -60,6 +61,8 @@ jobs:
|
||||||
git add .
|
git add .
|
||||||
git submodule update --init --recursive --remote Tweaks/YTClassicVideoQuality
|
git submodule update --init --recursive --remote Tweaks/YTClassicVideoQuality
|
||||||
git add .
|
git add .
|
||||||
|
git submodule update --init --recursive --remote Tweaks/YTIcons
|
||||||
|
git add .
|
||||||
git submodule update --init --recursive --remote Tweaks/YTUHD
|
git submodule update --init --recursive --remote Tweaks/YTUHD
|
||||||
git add .
|
git add .
|
||||||
git submodule update --init --recursive --remote Tweaks/YTVideoOverlay
|
git submodule update --init --recursive --remote Tweaks/YTVideoOverlay
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue