Skip to content

Commit c383c27

Browse files
committed
west setup
Signed-off-by: Anas Nashif <[email protected]>
1 parent 82f0fdb commit c383c27

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/assigner.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ jobs:
4545
run: |
4646
pip install -r scripts/requirements-actions.txt --require-hashes
4747
48+
- name: west setup
49+
env:
50+
BASE_REF: ${{ github.base_ref }}
51+
working-directory: zephyrproject/zephyr
52+
run: |
53+
git config --global user.email "[email protected]"
54+
git config --global user.name "Your Name"
55+
west init -l . || true
56+
4857
- name: Run assignment script
4958
env:
5059
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)