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 8723294 commit 4399ee9Copy full SHA for 4399ee9
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
run: sudo systemctl restart apache2.service
52
- name: Search for errors/warnings in error log
53
run: |
54
- errors="$(grep -E ":(?error|warn)[]]" /var/log/apache2/error.log)"
+ errors=$(grep -E ':(?error|warn)[]]' /var/log/apache2/error.log)
55
if [ -n "${errors}" ]; then
56
echo "Found errors/warnings in error.log"
57
echo "${errors}"
0 commit comments