From 315f51d8882cd7d255d4252fb40f94fd36a37ae2 Mon Sep 17 00:00:00 2001 From: Vanley Date: Thu, 13 Jun 2024 01:21:14 +0100 Subject: [PATCH] add timeout-minutes to valid imputs (#121) --- action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yaml b/action.yaml index cbd28ce..b0c705c 100644 --- a/action.yaml +++ b/action.yaml @@ -13,6 +13,9 @@ inputs: minimum-approvals: description: Minimum number of approvals to progress workflow required: false + timeout-minutes: + description: Force timeout of your workflow pause + required: false issue-title: description: The custom subtitle for the issue required: false