From 27c1f034eb8393fe88be275aa3bdb76242903465 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 4 Oct 2024 14:01:46 +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 4aef87c..7f2bc3e 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 }} +