[FIX] Fix error when cloning

This commit is contained in:
lda 2023-11-03 12:13:27 +01:00
parent f480219e43
commit 24b0391137

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.repositoryUrl}} Telodendria git clone ${{github.repository}} Telodendria
cd Telodendria cd Telodendria
git checkout ${{github.ref_name}} git checkout ${{github.ref_name}}