Skip to content

Commit de05fb9

Browse files
fix name
1 parent d631b10 commit de05fb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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_EVENT_PULL_REQUEST_HEAD_SHA
33-
echo "$GITHUB_REF_NAME"
32+
git checkout -b $GITHUB_HEAD_SHA
33+
echo "$GITHUB_HEAD_SHA"
3434
echo "$GITHUB_BASE_REF"
3535
git branch
3636
git branch -va

touchstone/script.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
touchstone:::touchstone_clear()
2-
warning(Sys.getenv("GITHUB_EVENT_PULL_REQUEST_HEAD_SHA"))
2+
warning(Sys.getenv("GITHUB_HEAD_SHA"))
33

44
refs <- c(Sys.getenv("GITHUB_BASE_REF"), readLines("github_ref_name"))
55
warning(refs)

0 commit comments

Comments
 (0)