diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 066af4e..a0492ce 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -16,6 +16,13 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" + - name: Rename lang to Localizations (to be consistent with uYouPlus) + run: | + mv lang Localizations + git add -A + git commit -m "Rename 'lang' to 'Localizations'" || echo "No changes to commit" + git push + - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis