Auto Publish Action 3
Some checks failed
Publish Website / publish (push) Failing after 2s

This commit is contained in:
Akshay
2025-07-19 21:10:47 -04:00
parent f6884d5993
commit beaa52b310

View File

@@ -21,11 +21,6 @@ jobs:
echo "$SSH_KEY" | tr -d '\r' | ssh-add - echo "$SSH_KEY" | tr -d '\r' | ssh-add -
ssh-add -l 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 - name: Clone template repo
run: | run: |
git clone --depth 1 ssh://git@localhost:222/app_templates /tmp/template git clone --depth 1 ssh://git@localhost:222/app_templates /tmp/template