actions: manifest: Update action revision
Upgrade to v1.2.0, which comes with a bugfix and support for processing PRs that have removed modifications to the manifest. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
3b9acef1ba
commit
b732c6d564
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manifest.yml
vendored
2
.github/workflows/manifest.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
west init -l . || true
|
||||
|
||||
- name: Manifest
|
||||
uses: zephyrproject-rtos/action-manifest@f223dce288b0d8f30bfd57eb2b14b18c230a7d8b
|
||||
uses: zephyrproject-rtos/action-manifest@v1.2.0
|
||||
with:
|
||||
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
|
||||
manifest-path: 'west.yml'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue