From f4be0a7f2ebc2b9ecb37876dcb9d871f2f05fa7e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 24 Nov 2024 21:41:42 +0100 Subject: [PATCH] Revert "changed Files: .gitea/workflows/build.yaml" This reverts commit b24415ca9673c26a529b120b357dd8ae8ac166ff. --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a5f2629..0e8ef71 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: Repo: ${{ github.repository }} Job: ${{ github.action }} Status: ${{ job.status }} - + Source: ${{ github.head_ref }} build: needs: [gitleaks, hadolint] # shellcheck @@ -88,4 +88,4 @@ jobs: Repo: ${{ github.repository }} Job: ${{ github.action }} Status: ${{ job.status }} - + Source: ${{ github.head_ref }}