From 880a27a51b1e10cad478ce842f6dc7b2b80a107a Mon Sep 17 00:00:00 2001 From: "aricloverGitHub (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Sat, 9 Nov 2024 21:48:14 -0600 Subject: [PATCH] Rename a submodule (update-submodules.yml) --- .github/workflows/update-submodules.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 183adc5..431d1a8 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -18,6 +18,13 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" + - name: Rename FLEX to FLEXing + run: | + mv Tweaks/FLEX Tweaks/FLEXing + git add . + git commit -m "Renamed FLEX to FLEXing" + git push origin + - name: Update submodules run: | git submodule update --init --recursive --remote