Commit 9193d4f 1 parent be613bb commit 9193d4f Copy full SHA for 9193d4f
File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,12 @@ jobs:
16
16
git config --global user.email "[email protected] "
17
17
git config --global user.name "GitHub Actions"
18
18
19
- - name : Add uYouEnhanced submodules
20
- run : |
21
- git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization
22
- git submodule add https://github.com/arichornloverALT/YTHoldForSpeed.git Tweaks/YTHoldForSpeed
23
- git submodule add https://github.com/arichornloverALT/YouGroupSettings.git Tweaks/YouGroupSettings
24
- git submodule add https://github.com/arichornloverALT/YouTimeStamp.git Tweaks/YouTimeStamp
25
- git submodule add https://github.com/protocolbuffers/protobuf.git Tweaks/protobuf
26
- git add .
27
- git commit -m "added uYouEnhanced submodules"
28
- git push origin
29
-
30
19
- name : Update submodules
31
20
run : |
32
21
git submodule update --init --recursive --remote Tweaks/Alderis
33
22
git add .
34
23
git submodule update --init --recursive --remote Tweaks/DontEatMyContent
35
24
git add .
36
- git submodule update --init --recursive --remote Tweaks/IAmYouTube
37
- git add .
38
25
git submodule update --init --recursive --remote Tweaks/YTHoldForSpeed
39
26
git add .
40
27
git submodule update --init --recursive --remote Tweaks/YTSpeed
You can’t perform that action at this time.
0 commit comments