From 96451a1706a4ef4aa63685221efc1881e74f724b Mon Sep 17 00:00:00 2001 From: Cantibra Date: Wed, 6 May 2026 10:46:32 +0200 Subject: [PATCH] 23 --- .gitea/workflows/rpi-6.12.y.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/rpi-6.12.y.yml b/.gitea/workflows/rpi-6.12.y.yml index 51a0a49..117b9c6 100644 --- a/.gitea/workflows/rpi-6.12.y.yml +++ b/.gitea/workflows/rpi-6.12.y.yml @@ -17,10 +17,10 @@ jobs: steps: - name: Linux Sources [Clone] run: | - echo ${{ needs.sources.outputs.version }} + echo ${{ jobs.sources.outputs.version }} build: needs: - sources uses: ./.gitea/workflows/build.yml with: - VERSION: ${{ needs.sources.outputs.version }} \ No newline at end of file + VERSION: ${{ jobs.sources.outputs.version }} \ No newline at end of file