From 9ceda10db591ca5c8b1611dee63825b14cf13717 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Wed, 20 Sep 2023 12:25:33 -0300 Subject: [PATCH] Make files input not mandatory Because it is not and it's causing my workflow to be flagged as invalid. Signed-off-by: Felipe Santos --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2786a66..a0796d2 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: required: false files: description: "List of bake definition files" - required: true + required: false workdir: description: "Working directory of bake execution" required: false