Skip to content

Commit 43d4ebb

Browse files
chore: Add test to stable workflow for script_path (#347)
1 parent a9e2fdf commit 43d4ebb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/stable.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ jobs:
4242
set -e
4343
whoami
4444
45+
- name: ssh commands from a file
46+
uses: appleboy/[email protected]
47+
with:
48+
host: ${{ env.REMOTE_HOST }}
49+
username: linuxserver.io
50+
password: password
51+
port: 2222
52+
script_path: testdata/test.sh
53+
4554
check-ssh-key:
4655
runs-on: ubuntu-latest
4756
steps:

0 commit comments

Comments
 (0)