From eda4f818a9c3b81d127305341da1b35d565e970a Mon Sep 17 00:00:00 2001 From: sha512sum Date: Thu, 7 Nov 2024 14:38:17 +0000 Subject: [PATCH] Update server URL in workflow --- .forgejo/workflows/pr_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pr_check.yaml b/.forgejo/workflows/pr_check.yaml index 3f7432e..bd56130 100644 --- a/.forgejo/workflows/pr_check.yaml +++ b/.forgejo/workflows/pr_check.yaml @@ -65,7 +65,7 @@ jobs: echo "Configure project settings and remote credentials" git init git config credential.helper store - git remote add origin https://${{ github.token }}@helicopter.myftp.org/git/Larra/larra + git remote add origin https://${{ github.token }}@sha512sum.xyz/git/Larra/larra echo "Fetch repo state on pushed commit" git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +${{ github.sha }}:${{ github.ref }}