From 65b6455d2a2182dbd784996021ed915831a1988d Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 27 Apr 2024 05:12:43 +0100 Subject: [PATCH] ci stuff --- .gitea/workflows/fetch-new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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