From 5927a8f697313a143f6f48513f1f3ff54a40ae8f Mon Sep 17 00:00:00 2001 From: Daniel Dybing Date: Tue, 30 Dec 2025 19:02:27 +0100 Subject: [PATCH] Updated Linux workflow yaml --- .gitea/workflows/build-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-linux.yaml b/.gitea/workflows/build-linux.yaml index 1e00425..d62c2f6 100644 --- a/.gitea/workflows/build-linux.yaml +++ b/.gitea/workflows/build-linux.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Configure Git Redirect - run: git config --global url."http://192.168.50.24:3000/".insteadOf "http://server:3000/" + run: git config --global url."http://192.168.50.24:3333/".insteadOf "http://server:3000/" - name: Checkout uses: actions/checkout@v3