Skip to content

Commit

Permalink
Plural
Browse files Browse the repository at this point in the history
  • Loading branch information
dddlr committed Jul 15, 2024
1 parent 4ef8be2 commit 61c9de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/task-checklist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const run = () => {
console.log('---');

core.setFailed(`
Found an item in the PR description not marked as completed.
Found at least one item in the PR description not marked as completed.
Please complete this task before merging.
Please complete all tasks in your PR description before merging.
`);
};

Expand Down

0 comments on commit 61c9de9

Please sign in to comment.