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