Fix(envs): set environment variable instead of bash variable (#209)

This commit is contained in:
Bo-Yi Wu 2023-01-08 09:08:14 +08:00 committed by GitHub
parent 4a03da89e5
commit d91a1af6f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -88,6 +88,7 @@ jobs:
echo "I am $BAR, thanks"
echo "sha: $SHA"
echo "port: $PORT"
sh test.sh
- name: ssh key passphrase
uses: ./