Skip to content

Commit 9193d4f

Browse files
Update update-submodules.yml
1 parent be613bb commit 9193d4f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/update-submodules.yml

-13
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,12 @@ jobs:
1616
git config --global user.email "[email protected]"
1717
git config --global user.name "GitHub Actions"
1818
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-
3019
- name: Update submodules
3120
run: |
3221
git submodule update --init --recursive --remote Tweaks/Alderis
3322
git add .
3423
git submodule update --init --recursive --remote Tweaks/DontEatMyContent
3524
git add .
36-
git submodule update --init --recursive --remote Tweaks/IAmYouTube
37-
git add .
3825
git submodule update --init --recursive --remote Tweaks/YTHoldForSpeed
3926
git add .
4027
git submodule update --init --recursive --remote Tweaks/YTSpeed

0 commit comments

Comments
 (0)