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