Added github as CI/CD in catalog plugin
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
|
||||
export { plugin } from './plugin';
|
||||
export * from './api';
|
||||
export { Widget } from './components/Widget';
|
||||
export { Widget, RecentWorkflowRunsCard } from './components/Widget';
|
||||
|
||||
Reference in New Issue
Block a user