From c80d2edaecb7d8b1f668fe2ff38384497f066751 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:04:24 -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 e26b246..488167c 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 Tweaks/YouTubeHeader + git submodule update --init --recursive --remote git add . - git commit -m "updated YouTubeHeader" + git commit -m "updated submodules" git push origin continue-on-error: true