From 2a1975d069b7a9d53bc51421d2bbf986e4338906 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sat, 16 Sep 2023 18:32:38 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index ed8bcf1..910b938 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,12 +16,10 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - - name: Change FLEXing + - name: Change FLEXing (1) run: | - git submodule deinit Tweaks/FLEXing - git rm Tweaks/FLEXing - rm -rf .git/modules/Tweaks/FLEXing - git commit -m "Change FLEXing" + git submodule add https://github.com/PoomSmart/FLEXing Tweaks/FLEXing + git commit -m "Re-Added FLEXing" git push - name: Update submodules