Skip to content

Commit eb0a8e7

Browse files
authored
Update test-ssh.yml
1 parent 7ab5e50 commit eb0a8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ssh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
mkdir -p ~/.ssh
1717
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_ed25519
1818
chmod 600 ~/.ssh/id_ed25519
19-
ssh-keyscan -H your-server-ip >> ~/.ssh/known_hosts
19+
ssh-keyscan -H 3.124.243.224 >> ~/.ssh/known_hosts
2020
2121
- name: Run command on server
2222
run: |

0 commit comments

Comments
 (0)