Skip to content

Commit 8dad368

Browse files
committed
new action testing
1 parent 965d429 commit 8dad368

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/test-ssh.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: test-ssh.yml
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
deploy:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: harrel56/ssh-action@420fc3afb77d54db045413edada20c8c2847b4ff
10+
with:
11+
host: ${{ secrets.SSH_HOST }}
12+
user: ${{ secrets.SSH_USERNAME }}
13+
key: ${{ secrets.SSH_KEY }}
14+
known_hosts: ${{ secrets.KNOWN_HOSTS }}
15+
script: |
16+
ls

0 commit comments

Comments
 (0)