pr-check: Fix another potential syntax error

This commit is contained in:
bbhtt 2025-09-15 08:16:37 +05:30
parent d369f9f3e2
commit 39194c14ea
No known key found for this signature in database
GPG key ID: 0C3251A24745E484

View file

@ -159,7 +159,7 @@ jobs:
if [ "$EXIT_CODE" -ne 0 ]; then
echo "PR title validation failed"
REVIEW_COMMENT_LINES+=("- PR title is `Add $FLATPAK_ID`")
REVIEW_COMMENT_LINES+=('- PR title is "Add $FLATPAK_ID"')
BLOCKED=1
fi