mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2025-01-19 09:14:46 +01:00
chore: Multiline SSH commands interpreted as single lines
This commit is contained in:
parent
a2f91cbad1
commit
269a4479eb
1 changed files with 3 additions and 1 deletions
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…
Add table
Reference in a new issue