Skip to content

Commit f9082b1

Browse files
another ENV variable fix
1 parent de05fb9 commit f9082b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Ensure base branch is fetched
3030
if: ${{ github.event_name == 'pull_request' }}
3131
run: |
32-
git checkout -b $GITHUB_HEAD_SHA
33-
echo "$GITHUB_HEAD_SHA"
32+
# git checkout -b $GITHUB_HEAD_REF
33+
echo "$GITHUB_HEAD_REF"
3434
echo "$GITHUB_BASE_REF"
3535
git branch
3636
git branch -va

0 commit comments

Comments
 (0)