From 711a2373e310a3a7aa71cd02a26fa683ccf2ae51 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sat, 21 Jun 2025 23:55:35 +0200 Subject: [PATCH] Update ai_pr_title_review.yml --- .github/workflows/ai_pr_title_review.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ai_pr_title_review.yml b/.github/workflows/ai_pr_title_review.yml index 9852ec43a..7717f4562 100644 --- a/.github/workflows/ai_pr_title_review.yml +++ b/.github/workflows/ai_pr_title_review.yml @@ -67,7 +67,6 @@ jobs: run: | git fetch origin ${{ github.base_ref }} git diff origin/${{ github.base_ref }}...HEAD > pr.diff - # Limit diff to 10,000 characters and remove non-printable characters echo "diff<> $GITHUB_OUTPUT cat pr.diff >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT