1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 12:05:19 +02:00

chore(gh): tweak workflow

This commit is contained in:
syuilo
2026-07-17 17:21:42 +09:00
parent 3760e7a9f8
commit 1812f7c11c

View File

@@ -516,7 +516,7 @@ function renderFrontendChunkReport(before: Awaited<ReturnType<typeof collectRepo
// .slice(0, 30);
return [
'<details open>',
'<details>',
`<summary>${formatChunkChangeSummary('Chunk size diff', diffSummary)}</summary>`,
'',
chunkMarkdownTable(diffRows, diffTotal, diffGenerated, diffOther),