From 6a523461665379116f262af999824f9a12040103 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 10 Nov 2024 17:53:32 +0100 Subject: [PATCH] Set package_name to optional. --- .github/workflows/Parameters.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index 4eb756d9..ca02b745 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -42,7 +42,8 @@ on: type: string package_name: description: 'Name of the tool''s package.' - required: true + required: false + default: '' type: string python_version: description: 'Python version.'