Update and rename action.yml to action.yaml

This commit is contained in:
Anton Medvedev 2020-11-13 23:17:45 +03:00 committed by GitHub
commit 5fe29508e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
action.yaml Normal file
View file

@ -0,0 +1,20 @@
name: 'deployphp/action'
description: 'Deploy with Deployer'
inputs:
private-key:
description: 'Private key'
required: true
known-hosts:
description: 'Known hosts'
required: false
default: ''
dep:
description: 'Deployer command'
required: false
default: ''
runs:
using: 'node12'
main: 'index.js'
branding:
color: blue
icon: server