From 0bf902563a76f437841846fad4edc731b77c0f7c Mon Sep 17 00:00:00 2001 From: Yannick Maes Date: Wed, 22 Jun 2022 11:52:48 +0200 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index c8aee08..b8b0637 100644 --- a/action.yml +++ b/action.yml @@ -16,3 +16,6 @@ inputs: count: description: "The required number of labels to match" required: true + exit_type: + description: "The exit type of the action. One of: failure, success, neutral" + required: false