mirror of
https://github.com/actions/setup-java.git
synced 2025-03-14 10:07:02 +00:00
Merge pull request #7 from sorenmat/sc
(chore) adding service catalog entry
This commit is contained in:
commit
ebeefeeba9
1 changed files with 15 additions and 0 deletions
15
catalog-info.yml
Normal file
15
catalog-info.yml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue