Compare commits

..

No commits in common. "949b11633ecdc3d745fd96640272c8615e6fd183" and "588d245c1d7b9deac41f219fcb11ab9498b02e09" have entirely different histories.

View file

@ -26,7 +26,7 @@ jobs:
# with: # with:
# cli-args: "shell.sh" # cli-args: "shell.sh"
- name: Send notification - name: Send notification
uses: dawidd6/action-send-mail@v4 uses: dawidd6/action-send-mail@v3
if: failure() if: failure()
with: with:
connection_url: smtp://docker10.mgrote.net:1025 connection_url: smtp://docker10.mgrote.net:1025
@ -75,7 +75,7 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
- name: Send notification - name: Send notification
uses: dawidd6/action-send-mail@v4 uses: dawidd6/action-send-mail@v3
if: failure() if: failure()
with: with:
connection_url: smtp://docker10.mgrote.net:1025 connection_url: smtp://docker10.mgrote.net:1025