mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01:00
chore: support multiple command
This commit is contained in:
parent
1a6f86cece
commit
54eb169e33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -31,6 +31,6 @@ jobs:
|
|||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: >
|
||||
script: |
|
||||
whoami
|
||||
ls -al
|
||||
|
|
Loading…
Reference in a new issue