From ca9ceec2513f8bc964a1e03860e1e1ae1bd53894 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 27 Sep 2024 12:42:16 +0200 Subject: [PATCH] ci: fix typo --- .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 3e638ff..baa9429 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -36,8 +36,8 @@ jobs: from: Gitea Actions subject: "CI Run ${{ env.GITHUB_REPOSITORY }}: ${{ job.status }}" body: | - "Repo: ${{ env.GITHUB_REPOSITORY }} - Status: ${{ job.status }}" + Repo: ${{ env.GITHUB_REPOSITORY }} + Status: ${{ job.status }} build: needs: [gitleaks, hadolint] # shellcheck