git pull ${fullrepo}

This commit is contained in:
miwr 2025-04-08 11:46:06 +02:00
parent 811ee4864e
commit 1136e67a9d

View file

@ -39,9 +39,10 @@ jobs:
registry=${{ github.server_url }}
registry=${registry##http*://}
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
echo ${registry}/${repository}
git init
git pull ${registry}/${repository}
fullrepo = ${registry}/${repository}.git
echo fullrepo
git pull ${fullrepo}
ls -l
cd silly-game-frontend
ls -l