From beaa52b310f10d49a731cf8fd86a7fded6d73870 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 19 Jul 2025 21:10:47 -0400 Subject: [PATCH] Auto Publish Action 3 --- .gitea/workflows/publish.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index d3bc2c5..871e992 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -21,11 +21,6 @@ jobs: echo "$SSH_KEY" | tr -d '\r' | ssh-add - ssh-add -l - - name: Trust your Gitea host - run: | - mkdir -p ~/.ssh - ssh-keyscan "localhost" >> ~/.ssh/known_hosts # ✅ Fixed typo "locahost" → "localhost" - - name: Clone template repo run: | git clone --depth 1 ssh://git@localhost:222/app_templates /tmp/template