From 9dfdfbebf6a27f4f6ebed54283a135fedb9a6768 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 21 Mar 2020 20:54:29 +0100 Subject: [PATCH] action: make key input required --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 311659a..0d1626e 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: required: true key: description: SSH private key used to connect to the host - required: false + required: true options: description: Extra options that should be passed to ansible-playbook command required: false