Skip to content

Commit

Permalink
action: manifest: Use Git tree checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi committed Sep 8, 2023
1 parent 742a4df commit 630e2f2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,22 @@ jobs:
fetch-depth: 0
persist-credentials: false

- name: west setup
env:
BASE_REF: ${{ github.base_ref }}
run: |
pip3 install west
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
west init -l . || true
- name: Manifest
uses: zephyrproject-rtos/action-manifest@a6d0c6e52bbbb7d6df23ceb42842edcb4582b8dc
uses: carlescufi/action-manifest@use-tree-checkout
with:
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
manifest-path: 'west.yml'
checkout-path: 'zephyrproject/zephyr'
use-tree-checkout: 'true'
label-prefix: 'manifest-'
verbosity-level: '1'
labels: 'manifest'
Expand Down

0 comments on commit 630e2f2

Please sign in to comment.