From a8306c5334a0160719230260ae400cdd12f1f11f Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:30:26 -0500 Subject: [PATCH] Fix compiling error (update-submodules.yml) --- .github/workflows/update-submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 7244d76..ad637f2 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -18,7 +18,7 @@ jobs: - name: Add PoomSmart/YouGroupSettings submodule run: | - git submodule add https://github.com/arichorn/YouGroupSettings.git Tweaks/YouGroupSettings + git submodule add https://github.com/arichornlover/YouGroupSettings.git Tweaks/YouGroupSettings git add . git commit -m "added PoomSmart/YouGroupSettings submodule (1/2)" git push origin