From fc7af969fd78529fb6b76f44b45932c994c72d2f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 4 Oct 2024 14:01:15 +0200 Subject: [PATCH] ci: add source-branch to info mail --- .gitea/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5341249..3b8d99b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 }} +