Skip to content

Commit

Permalink
chore: Add test to stable workflow for script_path (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-leonhard authored Nov 18, 2024
1 parent a9e2fdf commit 43d4ebb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ jobs:
set -e
whoami

This comment has been minimized.

Copy link
@Jessi-alt21

Jessi-alt21 Nov 24, 2024

- name: ssh commands from a file
uses: appleboy/[email protected]
with:
host: ${{ env.REMOTE_HOST }}
username: linuxserver.io
password: password
port: 2222
script_path: testdata/test.sh

check-ssh-key:
runs-on: ubuntu-latest

This comment has been minimized.

Copy link
@Jessi-alt21

Jessi-alt21 Nov 24, 2024

  • [ ]
steps:
Expand Down

0 comments on commit 43d4ebb

Please sign in to comment.