ci: add source-branch to info mail
All checks were successful
lint, build and push / lint (push) Successful in 6s
lint, build and push / build (push) Successful in 1m24s

This commit is contained in:
Michael Grote 2024-10-04 14:02:06 +02:00
parent 55edc69650
commit 2d645426fe

View file

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