You've already forked ivi-homescreen-plugins
mirror of
https://github.com/toyota-connected/ivi-homescreen-plugins.git
synced 2026-06-21 07:19:32 -07:00
Fixed plugins repo ref in homescreen-build actions
Uses current ref instead of fixed `v2.0` branch
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user