From 99917b5af28a8ad45c640dfdec54bf3939ce5c7b Mon Sep 17 00:00:00 2001 From: "Breno A." Date: Thu, 26 Sep 2024 16:29:22 -0300 Subject: [PATCH] chore: fix pr message --- src/github/comments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github/comments.ts b/src/github/comments.ts index c3a9360..56ff336 100644 --- a/src/github/comments.ts +++ b/src/github/comments.ts @@ -14,7 +14,7 @@ export async function commentOnPullRequest( if (core.getInput("github-token") === "") { throw new Error( - "Error: could not add a comment to pull request because github-token is missing!" + "Could not add a comment to pull request because github-token is missing!" ); }