Skip to content

Commit

Permalink
fix: Fox typo
Browse files Browse the repository at this point in the history
comment_sign -> message_sign
  • Loading branch information
Awayume committed Aug 27, 2023
1 parent f8f694d commit 39baf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const run = async () => {
repo: context.repo.repo,
issue_number: context.issue.number,
})).data;
const previous_comment = comments.filter(comment => comment.endsWith(comment_sign))[0];
const previous_comment = comments.filter(comment => comment.endsWith(message_sign))[0];

if (!message.length) {
core.info('All tasks are completed. Great!');
Expand Down

0 comments on commit 39baf0e

Please sign in to comment.