mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 09:52:05 +00:00
Reorganize Alphabetically (update-submodules.yml)
This change was for better maintainability.
This commit is contained in:
parent
9e80b387a6
commit
1aaba34c5d
1 changed files with 16 additions and 14 deletions
30
.github/workflows/update-submodules.yml
vendored
30
.github/workflows/update-submodules.yml
vendored
|
|
@ -22,23 +22,17 @@ jobs:
|
|||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/DontEatMyContent
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTHoldForSpeed
|
||||
git submodule update --init --recursive --remote Tweaks/iSponsorBlock
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTSpeed
|
||||
git submodule update --init --recursive --remote Tweaks/protobuf
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/Return-YouTube-Dislikes
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/uYouLocalization
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTABConfig
|
||||
git submodule update --init --recursive --remote Tweaks/YouGroupSettings
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTClassicVideoQuality
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTIcons
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTUHD
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTVideoOverlay
|
||||
git submodule update --init --recursive --remote Tweaks/YouLoop
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouMute
|
||||
git add .
|
||||
|
|
@ -50,13 +44,21 @@ jobs:
|
|||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouTimeStamp
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouGroupSettings
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/iSponsorBlock
|
||||
git submodule update --init --recursive --remote Tweaks/YTABConfig
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/protobuf
|
||||
git submodule update --init --recursive --remote Tweaks/YTClassicVideoQuality
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTHoldForSpeed
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTIcons
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTSpeed
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTUHD
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YTVideoOverlay
|
||||
git add .
|
||||
git submodule update --init --recursive
|
||||
git commit -m "updated submodules"
|
||||
|
|
|
|||
Loading…
Reference in a new issue