aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2024-10-04 14:01:15 +0200
committerMichael Grote2024-10-04 14:01:15 +0200
commitfc7af969fd78529fb6b76f44b45932c994c72d2f (patch)
treeff2a85fdccb12639c898a6416a4d6b394b989876
parent79e331c3d8a18604c21a9455e2c07bd1ece05dac (diff)
ci: add source-branch to info mail
-rw-r--r--.gitea/workflows/build.yaml4
1 files changed, 4 insertions, 0 deletions
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 }}
+