Skip to content

Commit 9fe72ce

Browse files
committed
some debug
Signed-off-by: Anas Nashif <[email protected]>
1 parent 8c8c1a9 commit 9fe72ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/assigner.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
GITHUB_TOKEN: ${{ secrets.ZB_PR_ASSIGNER_GITHUB_TOKEN }}
4848
run: |
4949
west init -l . || true
50+
git log | head -n 10
51+
git diff origin/${{ github.base_ref }}..
52+
5053
FLAGS="-v"
5154
FLAGS+=" -o ${{ github.event.repository.owner.login }}"
5255
FLAGS+=" -r ${{ github.event.repository.name }}"

0 commit comments

Comments
 (0)