ci: fix mail body

This commit is contained in:
Michael Grote 2025-02-11 16:03:13 +01:00
parent 55f437afd6
commit e291368e9e

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 }}