From 585be0e4b88fd7758e95b456920073790fd0a5c9 Mon Sep 17 00:00:00 2001 From: arichornloverALT <157071384+arichornloverALT@users.noreply.github.com> Date: Sat, 27 Jul 2024 01:17:44 -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 474bb2d..a1ad550 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -18,13 +18,6 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - - name: Add YouTimeStamp submodule - run: | - git submodule add https://github.com/arichornloverALT/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