Skip to content

Commit 534a61c

Browse files
committed
change detection
1 parent 929a6ba commit 534a61c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-context.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ jobs:
6868
}}
6969
7070
- run: git remote -vvv
71+
- run: git -P branch -v
7172
- run: echo ${{ github.ref }}
7273
- run: echo ${{ github.repository }}
7374
- run: echo ${{ github.repository }}
7475
- run: echo ${{ github.event.pull_request.head.sha }}
7576
- run: echo ${{ env.GITHUB_HEAD_REF }}
77+
- run: echo $GITHUB_HEAD_REF
7678

7779
# Adapted from https://github.com/actions/checkout/issues/520#issuecomment-1167205721
7880
- name: Fetch commits to get branch diff

0 commit comments

Comments
 (0)