updated readme envs option in example

#### Pass environment variable to shell script
there is an env used in scripts option that was not passed in the envs option
This commit is contained in:
Ayanwola Ayomide 2022-07-22 20:17:41 +01:00 committed by GitHub
parent dce9d565de
commit e0538314b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@ See the detail information about [SSH login without password](http://www.linuxpr
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"