Skip to content

Commit

Permalink
added missing emoji to log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jan 9, 2024
1 parent 16b3850 commit 2fb940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const action = async () => {
rows.push([repoTxt, title, "Fail ❌"]);
}
}
logger.info(" - Finished updating PRs");
logger.info("🪄 - Finished updating PRs");
await summary
.addHeading("Up to date", 1)
.addHeading("PRs updated", 3)
Expand Down

0 comments on commit 2fb940a

Please sign in to comment.