chore: support running commands from a file (#341)

This commit is contained in:
Kyle Leonhard 2024-11-16 22:57:46 -08:00 committed by GitHub
parent ab698e59d8
commit 362a7f1677
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 0 deletions

View file

@ -42,6 +42,15 @@ jobs:
set -e
whoami
- name: ssh commands from a file
uses: ./
with:
host: ${{ env.REMOTE_HOST }}
username: linuxserver.io
password: password
port: 2222
script_path: testdata/test.sh
check-ssh-key:
runs-on: ubuntu-latest
steps: