Skip to content

Commit

Permalink
fix(workflow): step summary length exceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
TrebledJ committed Jun 8, 2024
1 parent dc50927 commit 83bb6dd
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 -200 <.diff >> $GITHUB_STEP_SUMMARY
head -100 <.diff >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
exit 1
Expand Down

0 comments on commit 83bb6dd

Please sign in to comment.