Lines Matching +full:use +full:- +full:tree +full:- +full:checkout
7 runs-on: ubuntu-22.04
10 - name: Checkout the code
11 uses: actions/checkout@v4
15 fetch-depth: 0
16 persist-credentials: false
18 - name: west setup
21 working-directory: zephyrproject/zephyr
24 git config --global user.email "you@example.com"
25 git config --global user.name "Your Name"
26 west init -l . || true
28 - name: Manifest
29 uses: zephyrproject-rtos/action-manifest@v1.7.0
31 github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
32 manifest-path: 'west.yml'
33 checkout-path: 'zephyrproject/zephyr'
34 use-tree-checkout: 'true'
35 check-impostor-commits: 'true'
36 label-prefix: 'manifest-'
37 verbosity-level: '1'
39 dnm-labels: 'DNM'