fullrepo=${registry}/${repository}.git
This commit is contained in:
parent
1136e67a9d
commit
0c29a71395
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ jobs:
|
|||
registry=${registry##http*://}
|
||||
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
||||
git init
|
||||
fullrepo = ${registry}/${repository}.git
|
||||
fullrepo=${registry}/${repository}.git
|
||||
echo fullrepo
|
||||
git pull ${fullrepo}
|
||||
ls -l
|
||||
|
|
Loading…
Reference in a new issue