Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Burnett01 authored Dec 4, 2019
1 parent 530c686 commit c22c1a5
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@ name: 'Rsync Deployments Action'
description: 'GitHub Action for deploying code via rsync over ssh'
author: 'Burnett01'
inputs:
swtiches:
description: 'API method to use'
switches:
description: 'The switches'
required: true
rsh:
description: 'Github repository token'
required: true
description: 'The remote shell argument'
required: false
default: ''
path:
description: 'Repository owner. Default: Current repository owner'
description: 'The local path'
required: false
default: ''
upload_path:
description: 'Repository name. Default: Current repository name'
description: 'The remote path'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit c22c1a5

Please sign in to comment.