From de376dc582f357b99f2613c9185cf1e936166e7c Mon Sep 17 00:00:00 2001 From: "Ryan M. Richard" Date: Sun, 10 Nov 2024 22:28:54 -0600 Subject: [PATCH] adds default for project name --- .github/workflows/build_plugin_template.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_plugin_template.yaml b/.github/workflows/build_plugin_template.yaml index 5ed9256..f173b5b 100644 --- a/.github/workflows/build_plugin_template.yaml +++ b/.github/workflows/build_plugin_template.yaml @@ -4,8 +4,9 @@ on: workflow_call: inputs: project_name: - required: true + required: false type: string + default: "New Plugin" project_slug: required: false type: string