Skip to content

Commit

Permalink
ci: optimize and enhance SSH server workflow
Browse files Browse the repository at this point in the history
- Add a 5-second sleep command to the SSH server workflow

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jun 5, 2024
1 parent 40aad53 commit 0b0e770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ssh-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
echo "======= container ip address ========="
cat ip.txt
echo "======================================"
sleep 5
- name: executing remote ssh commands using password (1.0.3)
uses: appleboy/ssh-action@v1.0.3
Expand Down

0 comments on commit 0b0e770

Please sign in to comment.