mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01:00
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 changed files with 1 additions and 0 deletions
1
.github/workflows/ssh-server.yml
vendored
1
.github/workflows/ssh-server.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
||||||
echo "======= container ip address ========="
|
echo "======= container ip address ========="
|
||||||
cat ip.txt
|
cat ip.txt
|
||||||
echo "======================================"
|
echo "======================================"
|
||||||
|
sleep 5
|
||||||
|
|
||||||
- name: executing remote ssh commands using password (1.0.3)
|
- name: executing remote ssh commands using password (1.0.3)
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.0.3
|
||||||
|
|
Loading…
Reference in a new issue