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 9f93ded commit 48b8fdaCopy full SHA for 48b8fda
.github/workflows/manifest.yml
@@ -26,11 +26,12 @@ jobs:
26
west init -l . || true
27
28
- name: Manifest
29
- uses: zephyrproject-rtos/[email protected]
+ uses: zephyrproject-rtos/action-manifest@main
30
+ working-directory: zephyrproject/zephyr
31
with:
32
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
33
manifest-path: 'west.yml'
- checkout-path: 'zephyrproject/zephyr'
34
+ checkout-path: '.'
35
use-tree-checkout: 'true'
36
check-impostor-commits: 'true'
37
label-prefix: 'manifest-'
0 commit comments