ci: test again
Some checks failed
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Has been cancelled

This commit is contained in:
Michael Grote 2024-09-27 12:58:35 +02:00
parent c4906e2bb2
commit 2f6e2fe553

View file

@ -27,16 +27,17 @@ jobs:
# cli-args: "shell.sh"
- name: Send notification
uses: dawidd6/action-send-mail@v3
if: always()
if: failure()
with:
connection_url: smtp://docker10.mgrote.net:1025
secure: false
ignore_cert: true
to: michael.grote@posteo.de
from: Gitea Actions <gitea@mgrote.net>
subject: "CI ${{ job.status }} in ${{ env.GITHUB_REPOSITORY }}"
subject: "CI ${{ job.status }} in ${{ github.repository }}"
body: |
Repo: ${{ env.GITHUB_REPOSITORY }}
Repo: ${{ github.repository }}
Job: ${{ github.action }}
Status: ${{ job.status }}
build: