-
Notifications
You must be signed in to change notification settings - Fork 81
Open
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"
ipconfigit only returns "Testing"
am i doing something wrong here? help plz
c-schmitz and Wngui
Metadata
Metadata
Assignees
Labels
No labels