actions: guidelines: rebase tree
Rebase tree to get the right commit change. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
bc4b4c5988
commit
a4643dc132
1 changed files with 4 additions and 0 deletions
4
.github/workflows/coding_guidelines.yml
vendored
4
.github/workflows/coding_guidelines.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue