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

This commit is contained in:
Michael Grote 2024-10-04 14:00:59 +02:00
parent c87bcab5de
commit ca110de12f

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