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 2c6dfc1Copy full SHA for 2c6dfc1
.github/workflows/reusable-context.yml
@@ -67,6 +67,13 @@ 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
+ - run: echo ${{ env.GITHUB_HEAD_REF }}
76
+
77
# Adapted from https://github.com/actions/checkout/issues/520#issuecomment-1167205721
78
- name: Fetch commits to get branch diff
79
if: github.event_name == 'pull_request'
0 commit comments