diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index e6a85db887..161a19ff20 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -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 add . - git submodule update --init --recursive --remote Tweaks/YTClassicVideoQuality - git add . - git submodule update --init --recursive --remote Tweaks/YTIcons + git submodule update --init --recursive --remote Tweaks/YouGroupSettings 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"