From 1e3888d0ff2083a30e65b06853306a4563738c92 Mon Sep 17 00:00:00 2001 From: Saurabh Kamat Date: Mon, 3 Jun 2024 20:27:12 +0800 Subject: [PATCH] Added default value to action input to prevent warning Signed-off-by: Saurabh Kamat --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 612c3c0..877158f 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,8 @@ required-gazebo-distributions: Multiple values can be passed using a whitespace delimited list "fortress garden". - required: true + required: false + default: '' runs: using: node20 main: dist/index.js