fix: typo in success message (#340)
Some checks failed
testing main branch / default-user-name-password (push) Failing after 7s
testing main branch / check-ssh-key (push) Failing after 6s
testing main branch / support-key-passphrase (push) Failing after 5s
testing main branch / multiple-server (push) Failing after 5s
testing main branch / support-ed25519-key (push) Failing after 5s
testing main branch / testing ipv6 (push) Failing after 2s
testing main branch / testing-with-env (push) Failing after 5s
testing stable version / default-user-name-password (push) Failing after 3s
testing stable version / check-ssh-key (push) Failing after 2s
testing stable version / support-key-passphrase (push) Failing after 3s
testing stable version / multiple-server (push) Failing after 3s
testing stable version / support-ed25519-key (push) Failing after 2s
testing stable version / testing-with-env (push) Failing after 3s

Reflects changes made by [drone-ssh#283](https://github.com/appleboy/drone-ssh/pull/283)
This commit is contained in:
Lukáš Tesař 2024-10-13 03:00:02 +02:00 committed by GitHub
parent bb32884d53
commit 3f1416813d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -82,9 +82,9 @@ output:
whoami
======END======
out: ***
==============================================
✅ Successfully executed commands to all host.
==============================================
===============================================
✅ Successfully executed commands to all hosts.
===============================================
```
### Setting up a SSH Key

View file

@ -74,9 +74,9 @@ jobs:
whoami
======END======
out: ***
==============================================
✅ Successfully executed commands to all host.
==============================================
===============================================
✅ Successfully executed commands to all hosts.
===============================================
```
### 设置 SSH 密钥

View file

@ -74,9 +74,9 @@ jobs:
whoami
======END======
out: ***
==============================================
✅ Successfully executed commands to all host.
==============================================
===============================================
✅ Successfully executed commands to all hosts.
===============================================
```
### 設置 SSH 金鑰