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