use latest branch

This commit is contained in:
Nguyen Huu Thuong
2020-06-12 03:27:33 +02:00
parent 5c3a02ae97
commit 124061301d
2 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
name: scp files
on: [push]
on:
push:
branches:
- latest
jobs:
build:

View File

@@ -1,11 +1,13 @@
# SSH SCP SSH Pipelines
[Github actions](https://help.github.com/en/actions/creating-actions/creating-a-docker-container-action)
Credit to [SSH SCP Action of Ali Najafizadeh](https://github.com/alinz/ssh-scp-action)
This action allows doing
1. ssh
2. scp
3. ssh
This action allows doing in order
1. ssh if defined
2. scp if defined
3. ssh if defined
## Inputs
see the [action.yml](./action.yml) file for more detail imformation.
@@ -53,6 +55,7 @@ e.g.
## Usages
see the [deploy.yml](./.github/workflows/deploy.yml) file for more detail imformation.
#### ssh scp ssh pipelines
```yaml