mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
Fix(envs): set environment variable instead of bash variable (#209)
This commit is contained in:
parent
4a03da89e5
commit
d91a1af6f5
2 changed files with 2 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -88,6 +88,7 @@ jobs:
|
|||
echo "I am $BAR, thanks"
|
||||
echo "sha: $SHA"
|
||||
echo "port: $PORT"
|
||||
sh test.sh
|
||||
|
||||
- name: ssh key passphrase
|
||||
uses: ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue