chore: update docs

This commit is contained in:
Bo-Yi Wu 2019-09-29 11:45:42 +08:00
parent ef697c0ac1
commit 533a062133
1 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,7 @@ Executing remote ssh commands using password.
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoam
script: whoami
```
Using private key
@ -113,7 +113,6 @@ Multiple Hosts
Pass environment variable to shell script
```diff
- name: pass environment
uses: appleboy/ssh-action@master
+ env:
+ FOO: "BAR"