git init
This commit is contained in:
parent
62da5f3e2b
commit
00c7a4f951
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ jobs:
|
||||||
registry=${{ github.server_url }}
|
registry=${{ github.server_url }}
|
||||||
registry=${registry##http*://}
|
registry=${registry##http*://}
|
||||||
echo ${registry}
|
echo ${registry}
|
||||||
|
git init
|
||||||
git pull ${registry}
|
git pull ${registry}
|
||||||
echo "Current directory:"
|
echo "Current directory:"
|
||||||
pwd
|
pwd
|
||||||
|
|
Loading…
Reference in a new issue