We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dd1e8 commit fb03978Copy full SHA for fb03978
dev-packages/size-limit-gh-action/index.mjs
@@ -237,6 +237,7 @@ async function run() {
237
core.endGroup();
238
239
core.warning(download);
240
+ core.warning(download.default);
241
core.warning(Object.keys(download))
242
243
// Ignore failures here as it is likely that this only happens when introducing size-limit
0 commit comments