From aa26136d1cc508317db442913596ec1a10acf0c0 Mon Sep 17 00:00:00 2001 From: Soren Mathiasen Date: Thu, 27 May 2021 16:18:22 +0200 Subject: [PATCH] (chore) adding service catalog entry --- catalog-info.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-info.yml diff --git a/catalog-info.yml b/catalog-info.yml new file mode 100644 index 00000000..a9d46ca8 --- /dev/null +++ b/catalog-info.yml @@ -0,0 +1,15 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: actions-setup-java + description: | + This action configure java projects to be executed on GitHub Actions + annotations: + github.com/project-slug: Tradeshift/actions-setup-java + tags: + - typescript + - github-action +spec: + type: library + owner: developer-productivity + lifecycle: production