Create action.yml
This commit is contained in:
parent
65d16d5e1b
commit
cd8d80d480
1 changed files with 20 additions and 0 deletions
20
action.yml
Normal file
20
action.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
name: 'Rsync Deployments'
|
||||||
|
description: 'GitHub Action for deploying code via rsync over ssh'
|
||||||
|
author: 'Burnett01'
|
||||||
|
inputs:
|
||||||
|
swtiches:
|
||||||
|
description: 'API method to use'
|
||||||
|
required: true
|
||||||
|
rsh:
|
||||||
|
description: 'Github repository token'
|
||||||
|
required: true
|
||||||
|
path:
|
||||||
|
description: 'Repository owner. Default: Current repository owner'
|
||||||
|
upload_path:
|
||||||
|
description: 'Repository name. Default: Current repository name'
|
||||||
|
runs:
|
||||||
|
using: 'docker'
|
||||||
|
image: 'Dockerfile'
|
||||||
|
branding:
|
||||||
|
icon: 'send'
|
||||||
|
color: 'gray-dark'
|
Loading…
Reference in a new issue