#16 Enable debug for the SSH action
This commit is contained in:
parent
e634f4fcc7
commit
75e7a8beff
@ -9,11 +9,14 @@ jobs:
|
|||||||
ssh:
|
ssh:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout Jafner.net repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: SSH into host
|
- name: SSH into host
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
host: 192.168.1.1
|
host: 192.168.1.1
|
||||||
username: vyos
|
username: vyos
|
||||||
key: ${{ secrets.RUNNER_SSH_PRIVATEKEY }}
|
key: ${{ secrets.RUNNER_SSH_PRIVATEKEY }}
|
||||||
|
debug: true
|
||||||
script: |
|
script: |
|
||||||
echo "$(date)" >> ~/hello.txt
|
echo "$(date)" >> ~/hello.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user