20
Raspberry Pi Linux Kernel 6.12.y / echo (push) Failing after 0s
Raspberry Pi Linux Kernel 6.12.y / build (push) Has been cancelled
Raspberry Pi Linux Kernel 6.12.y / sources (push) Has been cancelled

This commit is contained in:
Cantibra
2026-05-06 10:38:07 +02:00
parent 1c6c7b29bd
commit 3095c96684
3 changed files with 7 additions and 4 deletions
-2
View File
@@ -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 }}"
+6 -1
View File
@@ -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
+1 -1
View File
@@ -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: |