github-actions: migrate to new composability API

This commit is contained in:
Patrik Oldsberg
2021-02-02 23:11:22 +01:00
parent b7fb8984c0
commit f5f45744e3
9 changed files with 96 additions and 21 deletions
+2 -2
View File
@@ -15,6 +15,6 @@
*/
import { createDevApp } from '@backstage/dev-utils';
import { plugin } from '../src/plugin';
import { githubActionsPlugin } from '../src/plugin';
createDevApp().registerPlugin(plugin).render();
createDevApp().registerPlugin(githubActionsPlugin).render();