We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8b3b3 commit 027cebdCopy full SHA for 027cebd
.github/workflows/publish.yml
@@ -18,6 +18,7 @@ jobs:
18
mkdir -p /root/.ssh
19
cp -r /ssh/* /root/.ssh/
20
chmod 600 /root/.ssh/*
21
+ sed -i 's_^Host \*$_Host *\n StrictHostKeyChecking accept-new_' /root/.ssh/config
22
- name: Clone Repo
23
run: |
24
pwd
0 commit comments