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