echo ${registry}

This commit is contained in:
miwr 2025-04-08 11:36:52 +02:00
parent bbfce99547
commit 62da5f3e2b

View file

@ -36,6 +36,10 @@ jobs:
driver-opts: network=host driver-opts: network=host
- name: Test - name: Test
run: | run: |
registry=${{ github.server_url }}
registry=${registry##http*://}
echo ${registry}
git pull ${registry}
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