Skip to content

Commit

Permalink
update error wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 10, 2024
1 parent de1a862 commit f0d2138
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr_tasks_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
# Check for unchecked tasks (- [ ])
if echo "$PR_BODY" | grep -q "\- \[ \]"; then
echo "Error: Some PR checkboxes not marked completed"
echo "The following checkboxes are not marked as completed:"
echo "Error: The following checkboxes are not marked as completed:"
echo "$PR_BODY" | grep "\- \[ \]"
exit 1
fi
Expand Down

0 comments on commit f0d2138

Please sign in to comment.