Skip to content

Commit 36f545c

Browse files
committed
fix heading
1 parent 073a6ce commit 36f545c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async function execSizeLimit() {
151151
return { status, output };
152152
}
153153

154-
const SIZE_RESULTS_HEADER = ['Path', 'Size', 'Change'];
154+
const SIZE_RESULTS_HEADER = ['Path', 'Size', '% Change', 'Change'];
155155

156156
const EmptyResult = {
157157
name: '-',

0 commit comments

Comments
 (0)