[FIX] Fix error when cloning
This commit is contained in:
parent
f480219e43
commit
24b0391137
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ runs:
|
|||
run: |
|
||||
# Download the right branch of Telodendria.
|
||||
echo Downloading Telodendria...
|
||||
git clone ${{github.repositoryUrl}} Telodendria
|
||||
git clone ${{github.repository}} Telodendria
|
||||
cd Telodendria
|
||||
git checkout ${{github.ref_name}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue