[FIX] Use the *actual* repo URL
This commit is contained in:
parent
24b0391137
commit
80877c696a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
# Download the right branch of Telodendria.
|
# Download the right branch of Telodendria.
|
||||||
echo Downloading Telodendria...
|
echo Downloading Telodendria...
|
||||||
git clone ${{github.repository}} Telodendria
|
git clone https://git.telodendria.io/${{github.repository}} Telodendria
|
||||||
cd Telodendria
|
cd Telodendria
|
||||||
git checkout ${{github.ref_name}}
|
git checkout ${{github.ref_name}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue