We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b64dc commit a39b3ccCopy full SHA for a39b3cc
.github/workflows/ssh-server.yml
@@ -193,3 +193,18 @@ jobs:
193
script: |
194
whoami
195
ls -al
196
+
197
+ # https://github.com/appleboy/ssh-action/issues/75#issuecomment-668314271
198
+ - name: Multiline SSH commands interpreted as single lines
199
+ uses: appleboy/[email protected]
200
+ with:
201
+ host: ${{ env.REMOTE_HOST }}
202
+ username: linuxserver.io
203
+ key: ${{ env.PRIVATE_KEY }}
204
+ port: 2222
205
+ passphrase: 1234
206
+ script_stop: true
207
+ script: |
208
+ ls \
209
+ -lah
210
+ use_insecure_cipher: true
0 commit comments