We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3084070 commit 23f3715Copy full SHA for 23f3715
.github/workflows/reusable-context.yml
@@ -67,6 +67,12 @@ jobs:
67
|| ''
68
}}
69
70
+ - run: git remote -vvv
71
+ - run: echo ${{ github.ref }}
72
+ - run: echo ${{ github.repository }}
73
74
+ - run: echo ${{ github.event.pull_request.head.sha }}
75
+
76
# Adapted from https://github.com/actions/checkout/issues/520#issuecomment-1167205721
77
- name: Fetch commits to get branch diff
78
if: github.event_name == 'pull_request'
0 commit comments