cho "this is the full repo"

This commit is contained in:
miwr 2025-04-08 11:51:43 +02:00
parent ff8b8590a9
commit c69d4424b0

View file

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