Skip to content

Commit

Permalink
ci(message): perfect the logs of creating checks
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Jan 16, 2024
1 parent 4b17ef7 commit 9242390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/message/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ async function mock(head_sha) {
conclusion: "success",
});

core.info(`Created check ${check}`);
core.info(JSON.stringify(res, null, 2));
core.info(`Created check "${check} / linux"`);
core.info(res.html_url);
}
}

Expand Down

0 comments on commit 9242390

Please sign in to comment.