diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3d6401a..202c89a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,8 +19,6 @@ jobs: runner: cicd.bookworm runs-on: ${{ matrix.runner }} steps: -# - name: Repository [Clone] -# uses: https://github.com/actions/checkout@v6 - name: Repository [Clone] run: | /usr/bin/echo "${{ inputs.version }}" \ No newline at end of file diff --git a/.gitea/workflows/rpi-6.12.y.yml b/.gitea/workflows/rpi-6.12.y.yml index 84a2ac5..081d34a 100644 --- a/.gitea/workflows/rpi-6.12.y.yml +++ b/.gitea/workflows/rpi-6.12.y.yml @@ -9,7 +9,12 @@ jobs: sources: uses: ./.gitea/workflows/sources.yml with: - BRANCH: ${{ env.BRANCH }} + BRANCH: ${{ env.branch }} + echo: + steps: + - name: Linux Sources [Clone] + run: | + echo ${{ needs.sources.outputs.version }} build: needs: - sources diff --git a/.gitea/workflows/sources.yml b/.gitea/workflows/sources.yml index 39f0462..8d1d7de 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: |