We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0c967 commit 410e009Copy full SHA for 410e009
.github/workflows/pr-java-ci.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "❌ **Checkstyle Issues Detected**"
45
echo ""
46
echo '```'
47
- sed -n '/\[INFO\] Starting audit\.\.\./,/Audit done\./p' build_output.txt | sed '0d'
+ sed -n '/\[INFO\] Starting audit\.\.\./,/Audit done\./p' build_output.txt | sed '1d' \| sed '0,/Audit done\./d'
48
49
} > comment.txt
50
else
0 commit comments