Update pr-agent.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2026-02-27 01:45:01 -06:00
committed by GitHub
parent 80c513a5bf
commit d826b372e5

View File

@@ -41,7 +41,11 @@ jobs:
REMAINING=$(( TOTAL - 50 ))
FILES="${FILES} (and ${REMAINING} more files)"
fi
echo "files=$FILES" >> "$GITHUB_OUTPUT"
{
echo 'files<<EOF'
echo "$FILES"
echo 'EOF'
} >> "$GITHUB_OUTPUT"
- name: Analyze PR and post comment
uses: actions/github-script@v7