From 856a61a1be008e62d496de9b2132284f84ed8c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20K=C3=B6hler?= <9337156+axdotl@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:37:02 +0200 Subject: [PATCH] Name must not contain spaces --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index a15af51..931bd3b 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,7 +1,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: custom-widget examples + name: custom-widget-examples description: Some examples how to use the third party widget framework annotations: github.com/project-slug: Staffbase/custom-widget-examples