chore: Multiline SSH commands interpreted as single lines
This commit is contained in:
parent
a2f91cbad1
commit
269a4479eb
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -100,5 +100,7 @@ jobs:
|
|||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: whoami
|
script: |
|
||||||
|
ls \
|
||||||
|
-lah
|
||||||
use_insecure_cipher: true
|
use_insecure_cipher: true
|
||||||
|
Loading…
Reference in New Issue
Block a user