We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab5e50 commit eb0a8e7Copy full SHA for eb0a8e7
.github/workflows/test-ssh.yml
@@ -16,7 +16,7 @@ jobs:
16
mkdir -p ~/.ssh
17
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_ed25519
18
chmod 600 ~/.ssh/id_ed25519
19
- ssh-keyscan -H your-server-ip >> ~/.ssh/known_hosts
+ ssh-keyscan -H 3.124.243.224 >> ~/.ssh/known_hosts
20
21
- name: Run command on server
22
run: |
0 commit comments