Skip to content

Commit

Permalink
该死的,改出bug了
Browse files Browse the repository at this point in the history
  • Loading branch information
emptylight370 authored Nov 5, 2024
1 parent 3d994d0 commit 754c7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "Checkbox is checked"
echo "checkbox_checked=true" >> $GITHUB_ENV
echo "available=true" >> $GITHUB_ENV
elif [[ "$ISSUE_BODY" == *"- [X] I didn't check all the checkboxes"* ]]; then
elif [[ "$ISSUE_BODY" == *"- [ ] I didn't check all the checkboxes"* ]]; then
echo "Checkbox is not checked"
echo "checkbox_checked=false" >> $GITHUB_ENV
echo "available=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 754c7d7

Please sign in to comment.