From fa58fd8022db339f23e12bf23888fe8fe62a7564 Mon Sep 17 00:00:00 2001 From: Amaan Iqbal Date: Wed, 1 Apr 2020 17:59:26 +0530 Subject: [PATCH] Make message input a required field --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1185e10..6741356 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ branding: inputs: message: description: 'Message to be checked for spam' - required: false + required: true runs: using: 'docker' image: 'Dockerfile'