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 required: true
type: string type: string
jobs: jobs:
build: job:
name: Raspberry Pi Linux Build name: Raspberry Pi Linux Build
strategy: strategy:
matrix: matrix:
+6 -6
View File
@@ -22,9 +22,9 @@ jobs:
VERSION: ${{ jobs.sources.outputs.version }} VERSION: ${{ jobs.sources.outputs.version }}
run: | run: |
echo "${VERSION}" echo "${VERSION}"
build: # build:
needs: # needs:
- sources # - sources
uses: ./.gitea/workflows/build.yml # uses: ./.gitea/workflows/build.yml
with: # with:
VERSION: ${{ needs.sources.outputs.version }} # VERSION: ${{ needs.sources.outputs.version }}
+1 -1
View File
@@ -6,7 +6,7 @@ on:
required: true required: true
type: string type: string
jobs: jobs:
sources: job:
name: Raspberry Pi Linux Sources name: Raspberry Pi Linux Sources
outputs: outputs:
VERSION: ${{ steps.environment.outputs.version }} VERSION: ${{ steps.environment.outputs.version }}