actions: manifest: check additional metadata in projects
See https://github.com/zephyrproject-rtos/action-manifest/pull/14. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
0006ba8ee3
commit
a3cc532221
|
@ -26,7 +26,7 @@ jobs:
|
||||||
west init -l . || true
|
west init -l . || true
|
||||||
|
|
||||||
- name: Manifest
|
- name: Manifest
|
||||||
uses: zephyrproject-rtos/action-manifest@v1.3.1
|
uses: zephyrproject-rtos/action-manifest@v1.5.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
|
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
|
||||||
manifest-path: 'west.yml'
|
manifest-path: 'west.yml'
|
||||||
|
|
Loading…
Reference in New Issue