fix action

This commit is contained in:
Hailey
2025-07-24 17:17:11 -07:00
parent 101b3262b8
commit 4a0c6af3ad
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
env:
COMMENT: ${{ github.event.comment.body }}
run: |
if [[ "$TITLE" == *"@github-actions"* ]] || \
[[ "$TITLE" == *"github-actions[bot]"* ]]; then
if [[ "$COMMENT" == *"@github-actions"* ]] || \
[[ "$COMMENT" == *"github-actions[bot]"* ]]; then
bot_mentioned=true
else
bot_mentioned=false