From b3f9aff2ff30eef3124786b39ae5f42a589e4e14 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 19 Jul 2025 21:14:34 -0400 Subject: [PATCH] Actions update 3 --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 871e992..6bc9281 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - name: Clone template repo run: | - git clone --depth 1 ssh://git@localhost:222/app_templates /tmp/template + git clone --depth 1 ssh://git@localhost:222/lepton/app_templates /tmp/template - name: Copy Docker configuration run: |