mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 01:59:35 +01:00
updated readme envs option in example (#172)
This commit is contained in:
parent
a8d82ec39b
commit
e1116226a0
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ ssh-keygen -t ed25519 -a 200 -C "your_email@example.com"
|
|||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
+ envs: FOO,BAR
|
||||
+ envs: FOO,BAR,SHA
|
||||
script: |
|
||||
echo "I am $FOO"
|
||||
echo "I am $BAR"
|
||||
|
|
Loading…
Reference in a new issue