mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-23 23:55:09 +08:00
docs: update readme
This commit is contained in:
parent
a593d18cb8
commit
95e250284b
@ -11,6 +11,15 @@
|
|||||||
copy files and artifacts via SSH as blow.
|
copy files and artifacts via SSH as blow.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
name: scp files
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
build:
|
||||||
|
name: Build
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
- name: copy file via ssh password
|
- name: copy file via ssh password
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user