mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
docs: update readme
This commit is contained in:
parent
a2d5832a97
commit
9aaf218321
1 changed files with 16 additions and 8 deletions
10
README.md
10
README.md
|
@ -11,7 +11,15 @@
|
|||
Executing remote ssh commands.
|
||||
|
||||
```yaml
|
||||
- name: executing remote ssh commands using password
|
||||
name: remote ssh command
|
||||
on: [push]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: executing remote ssh commands using password
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue