diff --git a/.gitea/workflows/fetch-new.yml b/.gitea/workflows/fetch-new.yml index 4d0ed2c..b0e3529 100644 --- a/.gitea/workflows/fetch-new.yml +++ b/.gitea/workflows/fetch-new.yml @@ -45,7 +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 remote add origin "https://git.fascinated.cc/Fascinated/PIA-Servers" git add servers.json git commit -m "Update PIA Servers" git push