We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc55ff commit bc25423Copy full SHA for bc25423
1 file changed
.github/workflows/pr.yaml
@@ -41,6 +41,7 @@ jobs:
41
run: .github/scripts/tee2log ../build.log $GITHUB_OUTPUT mvn -B -fae -Dstyle.color=always clean verify checkstyle:checkstyle
42
continue-on-error: true
43
- name: Notify
44
+ if: ${{ steps.build.outputs.loghtml != '' }}
45
uses: dawidd6/action-send-mail@v11
46
with:
47
server_address: ${{secrets.SMTP_SERVER}}
0 commit comments