repository
This commit is contained in:
parent
00c7a4f951
commit
83edd11bf8
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue