We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965d429 commit 8dad368Copy full SHA for 8dad368
1 file changed
.github/workflows/test-ssh.yml
@@ -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