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 4edeca7 commit d996f04Copy full SHA for d996f04
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
# '|| :' handles the case grep doesn't match, otherwise the script exits with 1 (error)
55
errors=$(grep -E ':(?error|warn)[]]' /var/log/apache2/error.log) || :
56
if [[ -z "${errors}" ]]; then exit 0; fi
57
- echo "::error Found errors/warnings in error.log"
+ echo "::error::Found errors/warnings in error.log"
58
echo "${errors}"
59
exit 1
60
- name: Show httpd error log
0 commit comments