File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,13 @@ jobs:
6868 }}
6969
7070 - run : git remote -vvv
71+ - run : git -P branch -v
7172 - run : echo ${{ github.ref }}
7273 - run : echo ${{ github.repository }}
7374 - run : echo ${{ github.repository }}
7475 - run : echo ${{ github.event.pull_request.head.sha }}
7576 - run : echo ${{ env.GITHUB_HEAD_REF }}
77+ - run : echo $GITHUB_HEAD_REF
7678
7779 # Adapted from https://github.com/actions/checkout/issues/520#issuecomment-1167205721
7880 - name : Fetch commits to get branch diff
9698 commits : ${{ github.event.pull_request.commits }}
9799 refspec_base : ' +${{ github.event.pull_request.base.sha }}:remotes/origin/${{ github.event.pull_request.base.ref }}'
98100 refspec_pr : ' +${{ github.event.pull_request.head.sha }}:remotes/origin/${{ github.event.pull_request.head.ref }}'
101+ - run : git -P branch -v
99102
100103 # We only want to run tests on PRs when related files are changed,
101104 # or when someone triggers a manual workflow run.
You can’t perform that action at this time.
0 commit comments