mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-04-19 10:41:04 +02:00
add new remote_key_pass config option
This commit is contained in:
parent
a5add46e0d
commit
34440973d1
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ inputs:
|
|||
remote_key:
|
||||
description: 'The remote key'
|
||||
required: true
|
||||
remote_key_pass:
|
||||
description: 'The remote key passphrase'
|
||||
required: false
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
|
|
Loading…
Reference in a new issue