diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index c890894..4c75683 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -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