From 1c6c7b29bde45025ac7f78ce03833ec3702104e0 Mon Sep 17 00:00:00 2001 From: Cantibra Date: Wed, 6 May 2026 10:22:15 +0200 Subject: [PATCH] 19 --- .gitea/workflows/rpi-6.12.y.yml | 2 +- .gitea/workflows/sources.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/rpi-6.12.y.yml b/.gitea/workflows/rpi-6.12.y.yml index 124dc7a..84a2ac5 100644 --- a/.gitea/workflows/rpi-6.12.y.yml +++ b/.gitea/workflows/rpi-6.12.y.yml @@ -9,7 +9,7 @@ jobs: sources: uses: ./.gitea/workflows/sources.yml with: - BRANCH: ${BRANCH} + BRANCH: ${{ env.BRANCH }} build: needs: - sources diff --git a/.gitea/workflows/sources.yml b/.gitea/workflows/sources.yml index 8d1d7de..39f0462 100644 --- a/.gitea/workflows/sources.yml +++ b/.gitea/workflows/sources.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Linux Sources [Clone] run: | - /usr/bin/git clone --verbose --depth='1' --branch "${{ inputs.branch }}" 'https://github.com/raspberrypi/linux' + /usr/bin/git clone --verbose --depth='1' --branch "${{ inputs.BRANCH }}" 'https://github.com/raspberrypi/linux' - name: Linux Sources [Version] id: environment run: |