From f0fa740015d591e3bcb18bd7a319f3f44b71a810 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 27 Apr 2024 05:10:34 +0100 Subject: [PATCH] ci stuff --- .gitea/workflows/fetch-new.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/fetch-new.yml b/.gitea/workflows/fetch-new.yml index 08284e7..4d0ed2c 100644 --- a/.gitea/workflows/fetch-new.yml +++ b/.gitea/workflows/fetch-new.yml @@ -45,6 +45,7 @@ jobs: run: | git config --global user.email "liam@fascinated.cc" git config --global user.name "Fascinated" + git remote set-url origin "https://git.fascinated.cc/Fascinated/PIA-Servers" git add servers.json git commit -m "Update PIA Servers" git push