From e72b39925a69e01066cfbfff63b2a2ab5eec9c86 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:33:34 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index ad637f2..bd965c8 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,21 +16,6 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - - name: Add PoomSmart/YouGroupSettings submodule - run: | - git submodule add https://github.com/arichornlover/YouGroupSettings.git Tweaks/YouGroupSettings - git add . - git commit -m "added PoomSmart/YouGroupSettings submodule (1/2)" - git push origin - - - name: Make .bundle files - run: | - cd Bundles - ln -s ../Tweaks/YouGroupSettings/layout/Library/Application\ Support/YouGroupSettings.bundle YouGroupSettings.bundle - git add . - git commit -m "added PoomSmart/YouGroupSettings submodule (2/2)" - git push origin - - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis