feat(github-actions): add a separate data mock
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ export const WorkflowRunDetailsPage = () => {
|
||||
const [owner, repo] = (
|
||||
useProjectName({
|
||||
kind: 'Component',
|
||||
name: 'backstage-site',
|
||||
name: 'backstage',
|
||||
}) ?? '/'
|
||||
).split('/');
|
||||
const details = useWorkflowRunsDetails(repo, owner);
|
||||
|
||||
@@ -33,7 +33,7 @@ export function useWorkflowRuns() {
|
||||
|
||||
const projectName = useProjectName({
|
||||
kind: 'Component',
|
||||
name: 'backstage-site',
|
||||
name: 'backstage',
|
||||
});
|
||||
const { loading, value: runs, retry } = useAsyncRetry<
|
||||
WorkflowRun[]
|
||||
|
||||
Reference in New Issue
Block a user