From 56eefe32b908ec2826c3a6e746c9eb578616b2cd Mon Sep 17 00:00:00 2001 From: Load Accumulator Date: Thu, 2 Nov 2023 20:47:04 +0100 Subject: [PATCH] [FIX/MOD] Don't use full repo link --- .gitea/workflows/test-push.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test-push.yaml b/.gitea/workflows/test-push.yaml index b338993..f3fc499 100644 --- a/.gitea/workflows/test-push.yaml +++ b/.gitea/workflows/test-push.yaml @@ -30,7 +30,7 @@ jobs: uses: https://git.telodendria.io/lda/setup-cytoplasm-telodendria@master with: compiler: gcc - checkout: https://git.telodendria.io/Telodendria/Telodendria - install: true + checkout: Telodendria + install: false - # TODO: Make (eventually) a static build out? + # TODO: Make (eventually) a static build out to deploy?