Skip to content

Commit 302afb7

Browse files
committed
fix ci file
1 parent a027487 commit 302afb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-java-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: steps.build.outputs.exit_code != '0'
4242
run: |
4343
author="@${{ github.event.pull_request.user.login }}"
44-
errors=$(sed -n '/\[INFO\] Starting audit/,/Audit done/ { /^[[:space:]]*Error:/p }' build_output.txt)
44+
errors=$(sed -n '/Starting audit/,/Audit done/ { /Error:/p }' build_output.txt)
4545
4646
if [ -n "$errors" ]; then
4747
{

0 commit comments

Comments
 (0)