From 3f11a28003289aba20a3bc4777e643f558a776f3 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:17:12 +0900 Subject: [PATCH] chore(gh): fix workflow --- .github/scripts/frontend-bundle-diagnostics.render-md.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/frontend-bundle-diagnostics.render-md.mts b/.github/scripts/frontend-bundle-diagnostics.render-md.mts index 7e524c82e7..6049c08d6b 100644 --- a/.github/scripts/frontend-bundle-diagnostics.render-md.mts +++ b/.github/scripts/frontend-bundle-diagnostics.render-md.mts @@ -317,7 +317,7 @@ function renderVisualizerSummaryTable(before: ReturnType`, ``, ``, - ]; + ].join('\n'); } function getChunkComparisonRows(keys: string[], before: Record, after: Record) {