From 1b6454ba91f8e5413d1f2b70b1a623ff4f2c38a3 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 26 Apr 2025 16:43:35 +0200 Subject: [PATCH] Allow no assets. --- .github/workflows/PublishReleaseNotes.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/PublishReleaseNotes.yml b/.github/workflows/PublishReleaseNotes.yml index 3585bbe..2d8358d 100644 --- a/.github/workflows/PublishReleaseNotes.yml +++ b/.github/workflows/PublishReleaseNotes.yml @@ -91,8 +91,9 @@ on: type: string assets: description: 'Multi-line string containing artifact:file:title asset descriptions.' - required: true + required: false type: string + default: '' inventory-json: type: string required: false