#16 Update action version, print pubkey from env
This commit is contained in:
parent
390597e0de
commit
7410e41a04
@ -11,8 +11,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Jafner.net repo
|
- name: Checkout Jafner.net repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Print env value
|
||||||
|
run: |
|
||||||
|
echo "${{ secrets.RUNNER_SSH_PUBKEY }}"
|
||||||
- name: SSH into host
|
- name: SSH into host
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
host: 192.168.1.1
|
host: 192.168.1.1
|
||||||
username: vyos
|
username: vyos
|
||||||
|
Loading…
Reference in New Issue
Block a user