Skip to content

Commit

Permalink
??? wat up
Browse files Browse the repository at this point in the history
  • Loading branch information
TrebledJ committed Jun 10, 2024
1 parent 0a648db commit cf047b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
echo '## Diff Output' >> $GITHUB_STEP_SUMMARY
echo '```diff' >> $GITHUB_STEP_SUMMARY
cat .diff | awk '$0 ~ /^[\+\-]/' | head -100 >> $GITHUB_STEP_SUMMARY
cat .diff | head -100 >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
exit 1
Expand Down

0 comments on commit cf047b2

Please sign in to comment.