Rename action.yaml to action.yml

This commit is contained in:
Anton Medvedev 2020-11-13 13:05:50 +03:00 committed by GitHub
commit 14c11a50c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,20 +0,0 @@
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