actions: Update manifest action to v1.1.0
This new release adds support for diffs as well as being able to list added and removed projects. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
8750b7c6f7
commit
799a87072a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manifest.yml
vendored
2
.github/workflows/manifest.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Manifest
|
- name: Manifest
|
||||||
uses: zephyrproject-rtos/action-manifest@v1.0.0
|
uses: zephyrproject-rtos/action-manifest@v1.1.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
manifest-path: 'west.yml'
|
manifest-path: 'west.yml'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue