chore: Multiline SSH commands interpreted as single lines

This commit is contained in:
Bo-Yi Wu 2020-08-03 22:15:09 +08:00
parent a2f91cbad1
commit 269a4479eb
1 changed files with 3 additions and 1 deletions

View File

@ -100,5 +100,7 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami
script: |
ls \
-lah
use_insecure_cipher: true