From cb1992b1c7cbd1c3bc7bdc71229c4969a710f8a0 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Tue, 14 May 2024 00:57:42 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 1257dd1..5ff2ca8 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,13 +16,6 @@ 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