From e0538314b31ee88f209f8700ca4df2a9e5837c33 Mon Sep 17 00:00:00 2001 From: Ayanwola Ayomide <77179231+devvspaces@users.noreply.github.com> Date: Fri, 22 Jul 2022 20:17:41 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcf4469..a825d1f 100644 --- a/README.md +++ b/README.md @@ -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"