Skip to content

Commit

Permalink
updated readme envs option in example (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
devvspaces authored Jul 29, 2022
1 parent a8d82ec commit e111622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ ssh-keygen -t ed25519 -a 200 -C "[email protected]"
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"
Expand Down

0 comments on commit e111622

Please sign in to comment.