chore: add catalog-info.yml (#1)
This commit is contained in:
parent
07fbbe97d9
commit
7ad52087d4
|
@ -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
|
Loading…
Reference in New Issue