Skip to content

Commit 728a446

Browse files
committed
action: update to PR 15
And set import flags. Signed-off-by: Carles Cufi <[email protected]>
1 parent 8089a56 commit 728a446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ jobs:
2626
west init -l . || true
2727
2828
- name: Manifest
29-
uses: zephyrproject-rtos/action-manifest@pull/14/head
29+
uses: zephyrproject-rtos/action-manifest@pull/15/head
3030
with:
3131
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
3232
manifest-path: 'west.yml'
3333
checkout-path: 'zephyrproject/zephyr'
3434
use-tree-checkout: 'true'
35+
west-import-flag: 'self'
3536
check-impostor-commits: 'true'
3637
label-prefix: 'manifest-'
3738
verbosity-level: '1'

0 commit comments

Comments
 (0)