Skip to content

Commit 027cebd

Browse files
committed
...
1 parent 4b8b3b3 commit 027cebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
mkdir -p /root/.ssh
1919
cp -r /ssh/* /root/.ssh/
2020
chmod 600 /root/.ssh/*
21+
sed -i 's_^Host \*$_Host *\n StrictHostKeyChecking accept-new_' /root/.ssh/config
2122
- name: Clone Repo
2223
run: |
2324
pwd

0 commit comments

Comments
 (0)