From a4643dc132579647b5e45b5cd97bdc0082c14828 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 3 May 2021 16:48:34 -0400 Subject: [PATCH] actions: guidelines: rebase tree Rebase tree to get the right commit change. Signed-off-by: Anas Nashif --- .github/workflows/coding_guidelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/coding_guidelines.yml b/.github/workflows/coding_guidelines.yml index b4f258fb4fb..add5df7bd07 100644 --- a/.github/workflows/coding_guidelines.yml +++ b/.github/workflows/coding_guidelines.yml @@ -38,6 +38,10 @@ jobs: BASE_REF: ${{ github.base_ref }} run: | export ZEPHYR_BASE=$PWD + git config --global user.email "actions@zephyrproject.org" + git config --global user.name "Github Actions" + git remote -v + git rebase origin/${BASE_REF} source zephyr-env.sh # debug ls -la