echo ${registry}/${repository}
This commit is contained in:
parent
83edd11bf8
commit
c83d6be1b1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ jobs:
|
|||
registry=${{ github.server_url }}
|
||||
registry=${registry##http*://}
|
||||
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
||||
echo ${repository}
|
||||
echo ${registry}/${repository}
|
||||
git init
|
||||
git pull ${repository}
|
||||
echo "Current directory:"
|
||||
|
|
Loading…
Reference in a new issue