Fixed plugins repo ref in homescreen-build actions

Uses current ref instead of fixed `v2.0` branch
This commit is contained in:
Jamie Kerber
2026-03-19 19:18:48 +01:00
parent a51ca9663c
commit 4ec02a5949
+4
View File
@@ -41,6 +41,7 @@ jobs:
uses: ./plugins_source/.github/actions/homescreen-build
with:
name: ${{ inputs.name }}
plugins-ref: ${{ github.sha }}
clang-version: ${{ inputs.clang-version }}
libcamera-enable: ${{ inputs.libcamera-enable }}
libcamera-version: ${{ inputs.libcamera-version }}
@@ -112,6 +113,7 @@ jobs:
uses: ./plugins_source/.github/actions/homescreen-build
with:
name: ${{ inputs.name }}
plugins-ref: ${{ github.sha }}
clang-version: ${{ inputs.clang-version }}
libcamera-enable: ${{ inputs.libcamera-enable }}
libcamera-version: ${{ inputs.libcamera-version }}
@@ -172,6 +174,7 @@ jobs:
uses: ./plugins_source/.github/actions/homescreen-build
with:
name: ${{ inputs.name }}
plugins-ref: ${{ github.sha }}
clang-version: ${{ inputs.clang-version }}
libcamera-enable: ${{ inputs.libcamera-enable }}
libcamera-version: ${{ inputs.libcamera-version }}
@@ -235,6 +238,7 @@ jobs:
uses: ./plugins_source/.github/actions/homescreen-build
with:
name: ${{ inputs.name }}
plugins-ref: ${{ github.sha }}
clang-version: ${{ inputs.clang-version }}
libcamera-enable: ${{ inputs.libcamera-enable }}
libcamera-version: ${{ inputs.libcamera-version }}