From a7b4a6b8d8edb5a9b0987902cf614b97d9955291 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 4 Oct 2024 14:01:07 +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 3632889..1c58c8f 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 }} +