mirror of
https://github.com/appleboy/ssh-action.git
synced 2024-11-13 21:38:03 +00:00
updated readme envs option in example (#172)
This commit is contained in:
parent
a8d82ec39b
commit
e1116226a0
@ -289,7 +289,7 @@ ssh-keygen -t ed25519 -a 200 -C "your_email@example.com"
|
|||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
+ envs: FOO,BAR
|
+ envs: FOO,BAR,SHA
|
||||||
script: |
|
script: |
|
||||||
echo "I am $FOO"
|
echo "I am $FOO"
|
||||||
echo "I am $BAR"
|
echo "I am $BAR"
|
||||||
|
Loading…
Reference in New Issue
Block a user