add new remote_key_pass config option

This commit is contained in:
Steven Agyekum 2021-08-02 20:00:34 +02:00 committed by GitHub
parent a5add46e0d
commit 34440973d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'