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
|
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
|
||||||
|
|
Loading…
Reference in a new issue