From b0678ca526ebea85fe9e475a24f0bcc38f47a6ff Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 2 Sep 2023 02:47:47 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index fbdc606..7342d30 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Set up Git run: | @@ -18,6 +18,8 @@ jobs: - name: Update submodules run: | + git submodule update --init --recursive --remote Tweaks/Alderis + git add . git submodule update --init --recursive --remote Tweaks/YTNoCommunityPosts git add . git submodule update --init --recursive --remote Tweaks/YTVideoOverlay @@ -30,6 +32,8 @@ jobs: git add . git submodule update --init --recursive --remote Tweaks/YouTubeHeader git add . + git submodule update --init --recursive --remote Tweaks/iSponsorBlock + git add . git commit -m "updated submodules" git push origin continue-on-error: true