This commit is contained in:
Michael Grote 2025-02-11 15:59:11 +01:00
parent 89834ee25f
commit 1ca8a15d9d

View file

@ -35,7 +35,11 @@ jobs:
to: michael.grote@posteo.de
from: Gitea Actions <gitea@mgrote.net>
subject: "CI ${{ job.status }} in ${{ github.repository }}"
body: "Repo: ${{ github.repository }} Job: ${{ github.action }} Status: ${{ job.status }} Trigger Event: ${{ github.event_name }}"
body: |
Repo: ${{ github.repository }}
Job: ${{ github.action }}
Status: ${{ job.status }}
Trigger Event: ${{ github.event_name }}
build:
needs: [gitleaks, hadolint] # shellcheck
@ -80,4 +84,8 @@ jobs:
to: michael.grote@posteo.de
from: Gitea Actions <gitea@mgrote.net>
subject: "CI ${{ job.status }} in ${{ github.repository }}"
body: "Repo: ${{ github.repository }} Job: ${{ github.action }} Status: ${{ job.status }} Trigger Event: ${{ github.event_name }}"
body: |
Repo: ${{ github.repository }}
Job: ${{ github.action }}
Status: ${{ job.status }}
Trigger Event: ${{ github.event_name }}