mirror of
https://github.com/blackboxprogramming/simulation-theory.git
synced 2026-03-17 03:57:11 -05:00
Update pr-agent.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/pr-agent.yml
vendored
6
.github/workflows/pr-agent.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user