From 9495e753029a7d8172707cad6e942da462c04926 Mon Sep 17 00:00:00 2001 From: Mitsuba100 Date: Wed, 15 Apr 2026 14:24:23 +0200 Subject: [PATCH] Update .github/workflows/update-repo.yml --- .github/workflows/update-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index 803ea8e..338c666 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -109,5 +109,5 @@ jobs: else git commit -m "Automated repo update: $(date)" # Note: Mitsuba100 is used here as the user; adjust if the Gitea repo owner is different. - git push https://Mitsuba100:${{ secrets.GITEAPAT }}@git.stuple.net/Mitsuba100/hyprarch-repo.git main + git push https://Mitsuba100:${{ secrets.GITEAPAT }}@git.stuple.net/Stuple-Networks/hyprarch-repo.git main fi \ No newline at end of file