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 }}