diff --git a/action.yml b/action.yml index 84f3e12..0f31edf 100644 --- a/action.yml +++ b/action.yml @@ -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}}