Update action.yml
This commit is contained in:
parent
530c686e9a
commit
c22c1a5555
1 changed files with 10 additions and 6 deletions
16
action.yml
16
action.yml
|
@ -2,16 +2,20 @@ name: 'Rsync Deployments Action'
|
||||||
description: 'GitHub Action for deploying code via rsync over ssh'
|
description: 'GitHub Action for deploying code via rsync over ssh'
|
||||||
author: 'Burnett01'
|
author: 'Burnett01'
|
||||||
inputs:
|
inputs:
|
||||||
swtiches:
|
switches:
|
||||||
description: 'API method to use'
|
description: 'The switches'
|
||||||
required: true
|
required: true
|
||||||
rsh:
|
rsh:
|
||||||
description: 'Github repository token'
|
description: 'The remote shell argument'
|
||||||
required: true
|
required: false
|
||||||
|
default: ''
|
||||||
path:
|
path:
|
||||||
description: 'Repository owner. Default: Current repository owner'
|
description: 'The local path'
|
||||||
|
required: false
|
||||||
|
default: ''
|
||||||
upload_path:
|
upload_path:
|
||||||
description: 'Repository name. Default: Current repository name'
|
description: 'The remote path'
|
||||||
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
|
|
Loading…
Reference in a new issue