mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2025-01-31 15:11:12 +01:00
chore: add envs
This commit is contained in:
parent
7e0bb7cd75
commit
ccece0c886
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -56,6 +56,8 @@ jobs:
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
|
envs:
|
||||||
|
- FOO
|
||||||
script: |
|
script: |
|
||||||
echo "I am $FOO"
|
echo "I am $FOO"
|
||||||
echo "I am $BAR"
|
echo "I am $BAR"
|
||||||
|
|
Loading…
Add table
Reference in a new issue