From 7ad52087d45973bb004d5b95e0be9fa995030009 Mon Sep 17 00:00:00 2001 From: Celio <52396658+celiogafesi@users.noreply.github.com> Date: Mon, 4 Jul 2022 13:04:56 +0200 Subject: [PATCH] chore: add catalog-info.yml (#1) --- catalog-info.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-info.yml diff --git a/catalog-info.yml b/catalog-info.yml new file mode 100644 index 0000000..063b263 --- /dev/null +++ b/catalog-info.yml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: actions-setup-maven + description: | + This action setups projects to be executed on GithubActions + annotations: + github.com/project-slug: Tradeshift/actions-setup-maven + tags: + - fork + - github-action + - nodejs +spec: + type: library + owner: developer-productivity + lifecycle: production