Skip to content

Commit b24dc66

Browse files
committed
debug stuff
1 parent 558ada7 commit b24dc66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ const SIZE_RESULTS_HEADER = ['Path', 'Size', '% Change', 'Change'];
156156
const EmptyResult = {
157157
name: '-',
158158
size: 0,
159-
change: 0,
160159
};
161160

162161
async function run() {
@@ -220,6 +219,8 @@ async function run() {
220219
workflowName: `${process.env.GITHUB_WORKFLOW || ''}`,
221220
});
222221

222+
core.info(`Artifacts: ${JSON.stringify(artifacts, null, 2)}`);
223+
223224
if (!artifacts) {
224225
throw new Error('No artifacts found');
225226
}

0 commit comments

Comments
 (0)