From 510f239c4d32afd1e4966a17eed73a3eec652d40 Mon Sep 17 00:00:00 2001 From: Steven Normore Date: Thu, 22 Feb 2024 18:11:45 -0500 Subject: [PATCH] Set explicit default for timeout input in action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 1c60044..33a9ada 100644 --- a/action.yml +++ b/action.yml @@ -25,6 +25,7 @@ inputs: description: "The title of the terraform run. If not specified, defaults to latest commit message" timeout: description: "The timeout for the terraform run. If not specified, defaults to 15 minutes" + default: "15m" runs: using: "docker" image: "Dockerfile"