Update ai_pr_title_review.yml

This commit is contained in:
Ludy87 2025-06-21 23:55:35 +02:00
parent 15c185aa13
commit 711a2373e3
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -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<<EOF" >> $GITHUB_OUTPUT
cat pr.diff >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT