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:
Anas Nashif 2021-11-13 15:14:04 -05:00
commit 5832a8e19f

View file

@ -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
#