From b503de71b49dc7a70c34ded1712212178db68b82 Mon Sep 17 00:00:00 2001 From: edraft Date: Sat, 14 Feb 2026 16:41:54 +0100 Subject: [PATCH] fixed build --- .gitea/workflows/build dev.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build dev.yaml b/.gitea/workflows/build dev.yaml index 6623039..f16e882 100644 --- a/.gitea/workflows/build dev.yaml +++ b/.gitea/workflows/build dev.yaml @@ -16,11 +16,11 @@ jobs: env: CI_ACCESS_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }} - build: - runs-on: [runner] - needs: prepare - container: git.sh-edraft.de/sh-edraft.de/act-runner:latest - steps: + build: + runs-on: [runner] + needs: prepare + container: git.sh-edraft.de/sh-edraft.de/act-runner:latest + steps: - name: Clone Repository uses: https://github.com/actions/checkout@v3 with: