action: make key input required

This commit is contained in:
Dawid Dziurla
2020-03-21 20:54:29 +01:00
parent a57a1f4727
commit 9dfdfbebf6

View File

@@ -9,7 +9,7 @@ inputs:
required: true required: true
key: key:
description: SSH private key used to connect to the host description: SSH private key used to connect to the host
required: false required: true
options: options:
description: Extra options that should be passed to ansible-playbook command description: Extra options that should be passed to ansible-playbook command
required: false required: false