Skip to content

Commit 2c6dfc1

Browse files
committed
change detection
1 parent 3084070 commit 2c6dfc1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/reusable-context.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ jobs:
6767
|| ''
6868
}}
6969
70+
- run: git remote -vvv
71+
- run: echo ${{ github.ref }}
72+
- run: echo ${{ github.repository }}
73+
- run: echo ${{ github.repository }}
74+
- run: echo ${{ github.event.pull_request.head.sha }}
75+
- run: echo ${{ env.GITHUB_HEAD_REF }}
76+
7077
# Adapted from https://github.com/actions/checkout/issues/520#issuecomment-1167205721
7178
- name: Fetch commits to get branch diff
7279
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)