Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created base action #5

Merged
merged 14 commits into from
Jan 9, 2024
Prev Previous commit
Next Next commit
added missing emoji to log
  • Loading branch information
Bullrich committed Jan 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2fb940afbced25f9b8e17f30788e0b4b533d2544
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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)
Loading