Skip to content

Commit 5c929a8

Browse files
committed
fix it...
1 parent 17b921a commit 5c929a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-packages/size-limit-gh-action/index.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ async function run() {
273273
bodyParts.push(markdownTable(limit.formatResults(base, current)));
274274

275275
if (baseWorkflowRun) {
276+
bodyParts.push('');
276277
bodyParts.push(`[View base workflow run](${baseWorkflowRun.html_url})`);
277278
}
278279

0 commit comments

Comments
 (0)