diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 99d67b5..183adc5 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 FLEXing submodule - run: | - git submodule add -b rootless https://github.com/PoomSmart/FLEXing.git Tweaks/FLEXing - git add . - git commit -m "added FLEXing" - git push origin - - name: Update submodules run: | git submodule update --init --recursive --remote