ci: fix mail body
This commit is contained in:
parent
9164f3e9b2
commit
3fcec6fa19
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue