repository

This commit is contained in:
miwr 2025-04-08 11:40:02 +02:00
parent 00c7a4f951
commit 83edd11bf8

View file

@ -38,9 +38,10 @@ jobs:
run: | run: |
registry=${{ github.server_url }} registry=${{ github.server_url }}
registry=${registry##http*://} registry=${registry##http*://}
echo ${registry} repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
echo ${repository}
git init git init
git pull ${registry} git pull ${repository}
echo "Current directory:" echo "Current directory:"
pwd pwd
# cat /run/act/actions/docker-setup-qemu-action@v3/src/main.ts # cat /run/act/actions/docker-setup-qemu-action@v3/src/main.ts