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