Skip to content

Commit 18d03f1

Browse files
authored
Create ssh-200.yml
Signed-off-by: addminbpk <[email protected]>
1 parent 39163df commit 18d03f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ssh-200.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- name: executing remote ssh commands using password
2+
uses: appleboy/[email protected]
3+
with:
4+
host: ${{ secrets.HOST }}
5+
username: ${{ secrets.USERNAME }}
6+
password: ${{ secrets.PASSWORD }}
7+
port: ${{ secrets.PORT }}
8+
script: whoami

0 commit comments

Comments
 (0)