26
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:52:56 +02:00
parent a47d05704b
commit e2210efe3d
+2 -2
View File
@@ -19,9 +19,9 @@ jobs:
steps:
- name: Linux Sources [Clone]
env:
VERSION: ${{ steps.environment.outputs.version }}
VERSION: ${{ needs.sources.outputs.version }}
run: |
echo ${VERSION}
echo "${VERSION}"
build:
needs:
- sources