diff --git a/.gitea/workflows/rpi-6.12.y.yml b/.gitea/workflows/rpi-6.12.y.yml index 1df48f1..bc613b3 100644 --- a/.gitea/workflows/rpi-6.12.y.yml +++ b/.gitea/workflows/rpi-6.12.y.yml @@ -18,8 +18,10 @@ jobs: - sources steps: - name: Linux Sources [Clone] + env: + VERSION: ${{ steps.environment.outputs.version }} run: | - echo ${{ needs.sources.outputs.version }} + echo ${VERSION} build: needs: - sources