Skip to content

Commit 4d1fb9c

Browse files
authored
Update rules-of-workflows.mdx
1 parent b8aa382 commit 4d1fb9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workflows/build/rules-of-workflows.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ export default {
314314
});
315315

316316
return Response.json({
317-
id: badInstance.id,
318-
details: await badInstance.status(),
317+
id: goodInstance.id,
318+
details: await goodInstance.status(),
319319
});
320320
},
321321
};

0 commit comments

Comments
 (0)