From 24b0391137252bd9bdad0fc13995b3c72cc9c9c3 Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Fri, 3 Nov 2023 12:13:27 +0100 Subject: [PATCH] [FIX] Fix error when cloning --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}