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 534a61cCopy full SHA for 534a61c
.github/workflows/reusable-context.yml
@@ -68,11 +68,13 @@ jobs:
68
}}
69
70
- run: git remote -vvv
71
+ - run: git -P branch -v
72
- run: echo ${{ github.ref }}
73
- run: echo ${{ github.repository }}
74
75
- run: echo ${{ github.event.pull_request.head.sha }}
76
- run: echo ${{ env.GITHUB_HEAD_REF }}
77
+ - run: echo $GITHUB_HEAD_REF
78
79
# Adapted from https://github.com/actions/checkout/issues/520#issuecomment-1167205721
80
- name: Fetch commits to get branch diff
0 commit comments