echo ${registry}/${repository}

This commit is contained in:
miwr 2025-04-08 11:41:47 +02:00
parent 83edd11bf8
commit c83d6be1b1

View file

@ -39,7 +39,7 @@ jobs:
registry=${{ github.server_url }}
registry=${registry##http*://}
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
echo ${repository}
echo ${registry}/${repository}
git init
git pull ${repository}
echo "Current directory:"