From cb5f5942e5a420543c8e61c0e60fe7988e0aaf83 Mon Sep 17 00:00:00 2001 From: Stanislau Kviatkouski <7-zete-7@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:59:20 +0300 Subject: [PATCH] Made 'path' input parameter are non-required --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7019530..1846b91 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ inputs: path: description: Path(s) with source code to run analysis on - required: true + required: false configuration: description: Configuration file location