Skip to content

Commit 48b8fda

Browse files
committed
gh: manifest: Point to a PR
Work in progress. Signed-off-by: Carles Cufi <[email protected]>
1 parent 9f93ded commit 48b8fda

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/manifest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626
west init -l . || true
2727
2828
- name: Manifest
29-
uses: zephyrproject-rtos/[email protected]
29+
uses: zephyrproject-rtos/action-manifest@main
30+
working-directory: zephyrproject/zephyr
3031
with:
3132
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
3233
manifest-path: 'west.yml'
33-
checkout-path: 'zephyrproject/zephyr'
34+
checkout-path: '.'
3435
use-tree-checkout: 'true'
3536
check-impostor-commits: 'true'
3637
label-prefix: 'manifest-'

0 commit comments

Comments
 (0)