dd
This commit is contained in:
parent
89834ee25f
commit
1ca8a15d9d
1 changed files with 10 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Reference in a new issue