Skip to content

Commit 5d03602

Browse files
authored
fix: container size diff merge issues (#930)
1 parent 97ccbd8 commit 5d03602

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/actions/container-size-diff/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,3 @@ runs:
134134
${markdownTable(rows, { align: ["l", "c", "c", "c", "c"] })}`;
135135
136136
core.setOutput("markdown", output);
137-
138-
output += `| ${platform} | ${formatBytes(fromSize)} | ${formatBytes(toSize)} | ${sign}${formatBytes(Math.abs(delta))} (${percentChange}%) | ${icon} |\n`;
139-
}
140-
141-
core.setOutput('markdown', output);

0 commit comments

Comments
 (0)