action: configure git user
Configure git for rebase by setting user name, email. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8a4f0ae889
commit
5832a8e19f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/clang.yaml
vendored
2
.github/workflows/clang.yaml
vendored
|
@ -60,6 +60,8 @@ jobs:
|
|||
- name: Run Tests with Twister
|
||||
id: twister
|
||||
run: |
|
||||
git config --global user.email "bot@zephyrproject.org"
|
||||
git config --global user.name "Zephyr Builder"
|
||||
export ZEPHYR_BASE=${PWD}
|
||||
export ZEPHYR_TOOLCHAIN_VARIANT=llvm
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue