From 80877c696a21d78afd6abb1558c1f60a3a8a1b05 Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Fri, 3 Nov 2023 12:14:47 +0100 Subject: [PATCH] [FIX] Use the *actual* repo URL --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0f31edf..141099a 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.repository}} Telodendria + git clone https://git.telodendria.io/${{github.repository}} Telodendria cd Telodendria git checkout ${{github.ref_name}}