Skip to content

Commit 23f3715

Browse files
committed
change detection
1 parent 3084070 commit 23f3715

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reusable-context.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ 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+
7076
# Adapted from https://github.com/actions/checkout/issues/520#issuecomment-1167205721
7177
- name: Fetch commits to get branch diff
7278
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)