From a8d3e4226a5ee6159d0b8a0381fde23410949eb2 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 14 May 2024 00:56:29 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 392e465..1257dd1 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,6 +16,13 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" + - name: Add YouTimeStamp submodules + run: | + git submodule add https://github.com/arichornlover/YouTimeStamp.git Tweaks/YouTimeStamp + git add . + git commit -m "added YouTimeStamp submodule" + git push origin + - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis @@ -48,6 +55,8 @@ jobs: git add . git submodule update --init --recursive --remote Tweaks/YouQuality 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