ci: fix mail body

This commit is contained in:
Michael Grote 2025-02-11 16:03:44 +01:00
parent 9164f3e9b2
commit 3fcec6fa19

View file

@ -39,7 +39,7 @@ jobs:
Repo: ${{ github.repository }}
Job: ${{ github.action }}
Status: ${{ job.status }}
Trigger Event: ${{ GITHUB_EVENT_NAME }}
Trigger Event: ${{ github.event_name }}
build:
needs: [gitleaks, hadolint] # shellcheck
@ -88,4 +88,4 @@ jobs:
Repo: ${{ github.repository }}
Job: ${{ github.action }}
Status: ${{ job.status }}
Trigger Event: ${{ GITHUB_EVENT_NAME }}
Trigger Event: ${{ github.event_name }}