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

This commit is contained in:
Michael Grote 2024-10-04 14:01:07 +02:00
parent f817282887
commit a7b4a6b8d8

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