mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-01-11 02:25:18 +00:00
chore: add envs
This commit is contained in:
parent
7e0bb7cd75
commit
ccece0c886
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -56,6 +56,8 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
envs:
|
||||
- FOO
|
||||
script: |
|
||||
echo "I am $FOO"
|
||||
echo "I am $BAR"
|
||||
|
Loading…
Reference in New Issue
Block a user