Skip to content

Commit f7f5bb4

Browse files
committed
WIP debug
1 parent 19222a0 commit f7f5bb4

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
@@ -312,7 +312,7 @@ async function getArtifactsForBranchAndWorkflow(octokit, { owner, repo, workflow
312312
} else {
313313
const foundArtifact = artifacts.find(({ name }) => name === artifactName);
314314
if (foundArtifact) {
315-
core.info(`Found suitable artifact: ${foundArtifact.url}`);
315+
core.info(`Found suitable artifact XXX: ${foundArtifact.url}`);
316316
return {
317317
artifact: foundArtifact,
318318
workflowRun,

0 commit comments

Comments
 (0)