Set private-key as non required (#49)

Co-authored-by: benjaminmal <bbenben778@gmail.com>
This commit is contained in:
Benjamin 2022-10-01 18:13:45 +02:00 committed by GitHub
commit 162add4f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 13 deletions

View file

@ -4,14 +4,15 @@ description: 'Deploy with Deployer'
inputs:
private-key:
required: true
description: The private key for connecting to remote hosts.
dep:
required: true
description: The command.
private-key:
required: false
default: ''
description: The private key for connecting to remote hosts.
known-hosts:
required: false
default: ''