From 2a93acf62e34d1173aaa720dd013adce833974d0 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:56:28 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 5abfb89..e26b246 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -19,9 +19,9 @@ jobs: - name: Update submodules run: | git add .gitmodules - git submodule update --init --recursive --remote --merge --force + git submodule update --init --recursive --remote Tweaks/YouTubeHeader git add . - git commit -m "updated submodules" + git commit -m "updated YouTubeHeader" git push origin continue-on-error: true