From 8b725b3702009a9e5455b9f89c20a410799e6b8d Mon Sep 17 00:00:00 2001 From: miroslavpojer Date: Thu, 12 Dec 2024 11:51:03 +0100 Subject: [PATCH] - Expected string not a sequence. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d8dd272a..852560b2 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: chapters: description: 'An YAML array defining chapters and corresponding labels for categorization.' required: false - default: [] + default: '' duplicity-scope: description: 'Allow duplicity of issue lines in chapters. Scopes: custom, service, both, none.' required: false