diff --git a/.github/workflows/ci-breaking-changes.yaml b/.github/workflows/ci-breaking-changes.yaml index 255b28f77..4d8b1073e 100644 --- a/.github/workflows/ci-breaking-changes.yaml +++ b/.github/workflows/ci-breaking-changes.yaml @@ -677,7 +677,7 @@ jobs: } // Check PR title for "breaking" - const prTitle = `${{ github.event.pull_request.title }}`; + const prTitle = ${{ toJSON(github.event.pull_request.title) }}; const titleContainsBreaking = prTitle.toLowerCase().includes('breaking'); if (hasBreakingChanges) {