mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
Update ai_pr_title_review.yml
This commit is contained in:
parent
15c185aa13
commit
711a2373e3
1
.github/workflows/ai_pr_title_review.yml
vendored
1
.github/workflows/ai_pr_title_review.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user