diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7fe426d..65b8932 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 }} +