Skip to content

Multiple commands #38

@ghost

Description

I have checked closed issue Multiple discussing execute multiple commands by break line but seems like it doesn't work for me

- name: connect to ssh shoutout
        uses: garygrossgarten/github-action-ssh@0.7.0
        with:
          host: ${{ matrix.server }}
          username: ${{ matrix.user }}
          privateKey: ${{ secrets.KEY}}
          command: | 
            echo "Testing"
            echo "DD"
            ipconfig

it only returns "Testing"

am i doing something wrong here? help plz

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