mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01:00
chore: update docs
This commit is contained in:
parent
ef697c0ac1
commit
533a062133
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue