6
TEST / Job 1 (rpi-6.18.y, cicd.any) (push) Successful in 0s
TEST / Job 1 (rpi-6.12.y, cicd.any) (push) Successful in 0s
TEST / job2 (push) Successful in 0s

This commit is contained in:
Cantibra
2026-05-06 07:52:46 +02:00
parent 034653667c
commit ca187eeda1
+3 -2
View File
@@ -18,8 +18,9 @@ jobs:
- name: Step 1
id: environment
run: |
/usr/bin/echo "VERSION=6.12.68" >> "${GITHUB_OUTPUT}"
/usr/bin/echo "Version: ${{ steps.environment.outputs.version }}"
VERSION='6.12.26'
/usr/bin/echo "VERSION=${VERSION}" >> "${GITHUB_OUTPUT}"
/usr/bin/echo "Version: ${VERSION}"
/usr/bin/echo "Branch: ${{ matrix.branch }}"
/usr/bin/echo "Runner: ${{ matrix.runner }}"
job2: