We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10ed05 commit 6d0ee2dCopy full SHA for 6d0ee2d
1 file changed
.github/workflows/infra-testing.yml
@@ -34,7 +34,8 @@ jobs:
34
35
- name: Setup client
36
run: |
37
- sudo apt-get update && sudo apt-get install -y sshpass
+ mkdir -p ~/.ssh
38
+ chmod 700 ~/.ssh
39
ssh-keyscan -H localhost >> ~/.ssh/known_hosts
40
41
- name: Deploy
0 commit comments