Skip to content

Commit

Permalink
actions: guidelines: rebase tree
Browse files Browse the repository at this point in the history
Rebase tree to get the right commit change.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed May 3, 2021
1 parent bc4b4c5 commit a4643dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coding_guidelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
BASE_REF: ${{ github.base_ref }}
run: |
export ZEPHYR_BASE=$PWD
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
git remote -v
git rebase origin/${BASE_REF}
source zephyr-env.sh
# debug
ls -la
Expand Down

0 comments on commit a4643dc

Please sign in to comment.