Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Jul 19, 2024
1 parent b7e129e commit 89101d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
# Parse the issue body to check if the checkbox is unchecked
# Modify this logic based on your specific checkbox label
if grep -q "- [X] I didn't read any of this and I just checked the boxes" <<< "${{ github.event.issue.body }}"; then
if grep "- [X] I didn't read any of this and I just checked the boxes" <<< "${{ github.event.issue.body }}"; then
echo "Was checked"
echo "check_failure=true" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 89101d1

Please sign in to comment.