We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8089a56 commit f266af7Copy full SHA for f266af7
.github/workflows/manifest.yml
@@ -26,12 +26,13 @@ jobs:
26
west init -l . || true
27
28
- name: Manifest
29
- uses: zephyrproject-rtos/action-manifest@pull/14/head
+ uses: zephyrproject-rtos/action-manifest@pull/15/head
30
with:
31
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
32
manifest-path: 'west.yml'
33
checkout-path: 'zephyrproject/zephyr'
34
use-tree-checkout: 'true'
35
+ west-import-flag: 'none'
36
check-impostor-commits: 'true'
37
label-prefix: 'manifest-'
38
verbosity-level: '1'
0 commit comments