ci: optimize and enhance SSH server workflow

- Add a 5-second sleep command to the SSH server workflow

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-06-05 13:54:09 +08:00
parent 40aad53c5a
commit 0b0e77098a
No known key found for this signature in database

View File

@ -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