ci: add source-branch to info mail

This commit is contained in:
Michael Grote 2024-10-04 14:01:32 +02:00
parent 4980a57bd5
commit b1f4d8875a

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