WIP SSH action template
Some checks failed
SSH and echo to file / ssh (push) Failing after 5s

This commit is contained in:
Joey Hafner 2024-09-12 14:19:15 -07:00
parent cfbdcd72f6
commit 30114d497d
No known key found for this signature in database

View File

@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: SSH into host
uses: appleboy/ssh-action@v1
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ inputs.host }}
host: ${{ secrets.HOST_DOMAIN }}
username: ${{ secrets.HOST_USERNAME }}
key: ${{ secrets.RUNNER_SSH_PRIVATEKEY }}
script: |