You've already forked appleboy_ssh-action
mirror of
https://gh-proxy.com/github.com/appleboy/ssh-action.git
synced 2025-04-17 00:31:49 +08:00
chore: Multiline SSH commands interpreted as single lines
This commit is contained in:
@@ -100,5 +100,7 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: whoami
|
||||
script: |
|
||||
ls \
|
||||
-lah
|
||||
use_insecure_cipher: true
|
||||
|
||||
Reference in New Issue
Block a user