Skip to content

Commit

Permalink
chore: fix pr message
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Sep 26, 2024
1 parent e633c6d commit 99917b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
);
}

Expand Down

0 comments on commit 99917b5

Please sign in to comment.