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