fix: typo in success message

Reflects changes made by [drone-ssh#283](https://github.com/appleboy/drone-ssh/pull/283)
pull/340/head
Lukas Tesar 6 months ago
parent bb32884d53
commit 5586e0bcf5
No known key found for this signature in database
GPG Key ID: 3EDE68090C7C11BC

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

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

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

Loading…
Cancel
Save