appleboy / appleboy/ssh-action

Missing lots of script output

Open
#218 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
6.2k
Forks
679
Avg merge
35m
Merged PRs (30d)
1

Description

Hi,

I'm using appleboy/ssh-action@v0.1.7 and get not as much output from the remote script execution as I would expect.

```
script: bash --login -c "yes | ${{ vars.CI_DEPLOYMENT_SCRIPT }}"
```

When using ssh directly I get all script output

```
run: ssh -t ${{ vars.CI_DEPLOYMENT_USER }}@${{ vars.CI_DEPLOYMENT_HOST }} "bash --login -c 'yes | ${{ vars.CI_DEPLOYMENT_SCRIPT }}'"
```

Any idea why?

Gr, J

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.