Skip to content

Commit

Permalink
chore(workflow): filter lines
Browse files Browse the repository at this point in the history
  • Loading branch information
TrebledJ committed Jun 9, 2024
1 parent 88e2343 commit 40301fa
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 @@ -70,7 +70,7 @@ jobs:
run: |
echo '## Diff Output' >> $GITHUB_STEP_SUMMARY
echo '```diff' >> $GITHUB_STEP_SUMMARY
head -100 <.diff >> $GITHUB_STEP_SUMMARY
cat .diff | awk '$0 ~ /^[\+\-]/' | head -100 >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
exit 1
Expand Down

0 comments on commit 40301fa

Please sign in to comment.