Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Feb 5, 2024
1 parent cfb6887 commit 2ba169d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default class GitHub {

// No previous or edit comment failed.
if (!commentId) {
core.info("Creating new comment");
core.info("No previous comment found. Creating a new one.");
try {
await this.octokit.rest.issues.createComment(comment);
} catch (e) {
Expand Down

0 comments on commit 2ba169d

Please sign in to comment.