Skip to content

Missing lots of script output #218

Open
@WebsliceNL

Description

@WebsliceNL

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions