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 929a6ba commit 8e1af4dCopy full SHA for 8e1af4d
.github/workflows/reusable-context.yml
@@ -73,6 +73,7 @@ jobs:
73
- run: echo ${{ github.repository }}
74
- run: echo ${{ github.event.pull_request.head.sha }}
75
- run: echo ${{ env.GITHUB_HEAD_REF }}
76
+ - run: echo $GITHUB_HEAD_REF
77
78
# Adapted from https://github.com/actions/checkout/issues/520#issuecomment-1167205721
79
- name: Fetch commits to get branch diff
0 commit comments