Added github as CI/CD in catalog plugin

This commit is contained in:
ebarrios
2020-08-28 14:39:36 +02:00
parent 5fef05b754
commit 86aff7a6cf
2 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@
import { Entity } from '@backstage/catalog-model';
import { Content } from '@backstage/core';
import { WidgetList as GithubActionsListWidget } from '@backstage/plugin-github-actions';
import { RecentWorkflowRunsCard as GithubActionsListWidget } from '@backstage/plugin-github-actions';
import { Grid } from '@material-ui/core';
import React, { FC } from 'react';
+1 -1
View File
@@ -16,4 +16,4 @@
export { plugin } from './plugin';
export * from './api';
export { Widget } from './components/Widget';
export { Widget, RecentWorkflowRunsCard } from './components/Widget';