ci: add source-branch to info mail
This commit is contained in:
parent
55edc69650
commit
2d645426fe
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,8 @@ jobs:
|
|||
Repo: ${{ github.repository }}
|
||||
Job: ${{ github.action }}
|
||||
Status: ${{ job.status }}
|
||||
Source: ${{ github.head_ref }}
|
||||
|
||||
|
||||
build:
|
||||
needs: [gitleaks, hadolint] # shellcheck
|
||||
|
@ -80,3 +82,5 @@ jobs:
|
|||
Repo: ${{ github.repository }}
|
||||
Job: ${{ github.action }}
|
||||
Status: ${{ job.status }}
|
||||
Source: ${{ github.head_ref }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue