We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a027487 commit 302afb7Copy full SHA for 302afb7
1 file changed
.github/workflows/pr-java-ci.yml
@@ -41,7 +41,7 @@ jobs:
41
if: steps.build.outputs.exit_code != '0'
42
run: |
43
author="@${{ github.event.pull_request.user.login }}"
44
- errors=$(sed -n '/\[INFO\] Starting audit/,/Audit done/ { /^[[:space:]]*Error:/p }' build_output.txt)
+ errors=$(sed -n '/Starting audit/,/Audit done/ { /Error:/p }' build_output.txt)
45
46
if [ -n "$errors" ]; then
47
{
0 commit comments