This commit is contained in:
@@ -34,11 +34,11 @@ jobs:
|
|||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
# 3. Trust the Gitea host key (port 222)
|
# 3. Trust the Gitea host key (port 222)
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
- name: Trust Gitea host key
|
# - name: Trust Gitea host key
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: |
|
# run: |
|
||||||
mkdir -p ~/.ssh
|
# mkdir -p ~/.ssh
|
||||||
ssh-keyscan -H -p 222 "$GITEA_HOST" 2>/dev/null >> ~/.ssh/known_hosts
|
# ssh-keyscan -H -p 222 "$GITEA_HOST" 2>/dev/null >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
# 4. Clone the template repo via SSH (uses detected IP + port 222)
|
# 4. Clone the template repo via SSH (uses detected IP + port 222)
|
||||||
|
Reference in New Issue
Block a user