Skip to content

Commit f954ef8

Browse files
committed
MOAR logs
1 parent febf70f commit f954ef8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,12 @@ async function run() {
236236
core.warning(`${process.env.GITHUB_WORKFLOW || ''}`);
237237
core.endGroup();
238238

239+
core.warning(download);
240+
core.warning(Object.keys(download))
241+
239242
// Ignore failures here as it is likely that this only happens when introducing size-limit
240243
// and this has not been run on the main branch yet
241-
const res = await download.default(octokit, {
244+
const res = await download(octokit, {
242245
...repo,
243246
artifactName: ARTIFACT_NAME,
244247
branch: comparisonBranch,

0 commit comments

Comments
 (0)