fixed build
Some checks failed
Build on push / prepare (push) Successful in 5s
Build on push / build (push) Failing after 6s
Build on push / test (push) Has been skipped

This commit is contained in:
2026-02-14 16:41:54 +01:00
parent e5eb38507b
commit b503de71b4

View File

@@ -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: