mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-08-09 18:12:15 +00:00
Create ssh-200.yml
Signed-off-by: addminbpk <traffic.bpk@gmail.com>
This commit is contained in:
parent
39163df016
commit
18d03f1ce6
8
.github/workflows/ssh-200.yml
vendored
Normal file
8
.github/workflows/ssh-200.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
- name: executing remote ssh commands using password
|
||||
uses: appleboy/ssh-action@v1.2.0
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: whoami
|
Loading…
x
Reference in New Issue
Block a user