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:
parent
40aad53c5a
commit
0b0e77098a
1
.github/workflows/ssh-server.yml
vendored
1
.github/workflows/ssh-server.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user