Update server URL in workflow

This commit is contained in:
sha512sum 2024-11-07 14:38:17 +00:00 committed by Anton
parent 42bd42f3e2
commit 7b97541320

View file

@ -65,7 +65,7 @@ jobs:
echo "Configure project settings and remote credentials" echo "Configure project settings and remote credentials"
git init git init
git config credential.helper store 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" 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 }} git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +${{ github.sha }}:${{ github.ref }}