mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 12:44:14 +00:00
Set private-key
as non required (#49)
Co-authored-by: benjaminmal <bbenben778@gmail.com>
This commit is contained in:
parent
56e7af68da
commit
162add4f19
3 changed files with 17 additions and 13 deletions
|
@ -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: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue