mirror of
https://github.com/appleboy/ssh-action.git
synced 2024-11-14 13:58:05 +00:00
chore: support multiple command
This commit is contained in:
parent
1a6f86cece
commit
54eb169e33
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -31,6 +31,6 @@ jobs:
|
|||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: >
|
script: |
|
||||||
whoami
|
whoami
|
||||||
ls -al
|
ls -al
|
||||||
|
Loading…
Reference in New Issue
Block a user