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:
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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user