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

This commit is contained in:
Cantibra
2026-05-06 10:59:42 +02:00
parent df97518f3b
commit 990546c2c9
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
required: true
type: string
jobs:
build:
job:
name: Raspberry Pi Linux Build
strategy:
matrix:
+6 -6
View File
@@ -22,9 +22,9 @@ jobs:
VERSION: ${{ jobs.sources.outputs.version }}
run: |
echo "${VERSION}"
build:
needs:
- sources
uses: ./.gitea/workflows/build.yml
with:
VERSION: ${{ needs.sources.outputs.version }}
# build:
# needs:
# - sources
# uses: ./.gitea/workflows/build.yml
# with:
# VERSION: ${{ needs.sources.outputs.version }}
+1 -1
View File
@@ -6,7 +6,7 @@ on:
required: true
type: string
jobs:
sources:
job:
name: Raspberry Pi Linux Sources
outputs:
VERSION: ${{ steps.environment.outputs.version }}