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: