echo ${registry}
This commit is contained in:
parent
bbfce99547
commit
62da5f3e2b
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ jobs:
|
|||
driver-opts: network=host
|
||||
- name: Test
|
||||
run: |
|
||||
registry=${{ github.server_url }}
|
||||
registry=${registry##http*://}
|
||||
echo ${registry}
|
||||
git pull ${registry}
|
||||
echo "Current directory:"
|
||||
pwd
|
||||
# cat /run/act/actions/docker-setup-qemu-action@v3/src/main.ts
|
||||
|
|
Loading…
Reference in a new issue