Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Iduoad authored Dec 22, 2023
1 parent 5ce83f5 commit a2038e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:

- name: Test SSH
run: |
ssh -o "StrictHostKeyChecking no" [email protected] ls /
echo "StrictHostKeyChecking no" >> ~/.ssh/config
ssh [email protected] ls /
docker -H ssh://[email protected] ps

0 comments on commit a2038e3

Please sign in to comment.