From e2210efe3d1b91725666bb67efe84a4ca3078c02 Mon Sep 17 00:00:00 2001 From: Cantibra Date: Wed, 6 May 2026 10:52:56 +0200 Subject: [PATCH] 26 --- .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 bc613b3..7a7df49 100644 --- a/.gitea/workflows/rpi-6.12.y.yml +++ b/.gitea/workflows/rpi-6.12.y.yml @@ -19,9 +19,9 @@ jobs: steps: - name: Linux Sources [Clone] env: - VERSION: ${{ steps.environment.outputs.version }} + VERSION: ${{ needs.sources.outputs.version }} run: | - echo ${VERSION} + echo "${VERSION}" build: needs: - sources