mirror of
https://gitea.com/Lydanne/ssh-action.git
synced 2025-07-31 23:38:06 +08:00
docs: update readme
This commit is contained in:
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 }}
|
||||
|
Reference in New Issue
Block a user