23
Raspberry Pi Linux Kernel 6.12.y / sources (push) Successful in 0s
Raspberry Pi Linux Kernel 6.12.y / echo (push) Successful in 0s
Raspberry Pi Linux Kernel 6.12.y / build (push) Successful in 0s

This commit is contained in:
Cantibra
2026-05-06 10:46:32 +02:00
parent 5407f320d5
commit 96451a1706
+2 -2
View File
@@ -17,10 +17,10 @@ jobs:
steps:
- name: Linux Sources [Clone]
run: |
echo ${{ needs.sources.outputs.version }}
echo ${{ jobs.sources.outputs.version }}
build:
needs:
- sources
uses: ./.gitea/workflows/build.yml
with:
VERSION: ${{ needs.sources.outputs.version }}
VERSION: ${{ jobs.sources.outputs.version }}