[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: |
# Download the right branch of Telodendria.
echo Downloading Telodendria...
git clone ${{github.repository}} Telodendria
git clone https://git.telodendria.io/${{github.repository}} Telodendria
cd Telodendria
git checkout ${{github.ref_name}}