[FIX] Use the *actual* repo URL

This commit is contained in:
lda 2023-11-03 12:14:47 +01:00
parent 24b0391137
commit 80877c696a

View file

@ -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}}