From fc401adfc6929872e21f0aefa60c253ac24593d4 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:21:12 -0600 Subject: [PATCH] Update 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 8e25852..3a09e32 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: Add uYouLocalization submodules + run: | + git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization + git add . + git commit -m "added uYouLocalization submodules" + git push origin + - name: Update submodules run: | git submodule update --init --recursive --remote Tweaks/Alderis