chore: fixing deprecation warnings for all the things that are in the monorepo
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -17,12 +17,10 @@
|
||||
import { createRouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
export const rootRouteRef = createRouteRef({
|
||||
path: '',
|
||||
title: 'GitHub Actions',
|
||||
id: 'github-actions',
|
||||
});
|
||||
|
||||
export const buildRouteRef = createRouteRef({
|
||||
path: ':id',
|
||||
id: 'github-actions/build',
|
||||
params: ['id'],
|
||||
title: 'GitHub Actions Workflow Run',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user