Skip to content

Commit 8cfdb04

Browse files
committed
fix ci file
1 parent c7bde4b commit 8cfdb04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
run: |
4343
author="@${{ github.event.pull_request.user.login }}"
4444
errors=$(awk '
45-
/\[INFO\] Starting audit\.\.\./ { in=1; next }
46-
/Audit done\./ { in=0 }
47-
in && /^Error:/ { print }
45+
/\[INFO\] Starting audit/ { in=1; next }
46+
/Audit done/ { in=0 }
47+
in && /^Error:/ { print }
4848
' build_output.txt)
4949
5050
if [ -n "$errors" ]; then

0 commit comments

Comments
 (0)