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 25c954b commit 04bebb5Copy full SHA for 04bebb5
touchstone/script.R
@@ -1,7 +1,6 @@
1
touchstone:::touchstone_clear()
2
-warning(Sys.getenv("GITHUB_HEAD_SHA"))
3
4
-refs <- c(Sys.getenv("GITHUB_BASE_REF"), readLines("github_ref_name"))
+refs <- c(Sys.getenv("GITHUB_BASE_REF"), Sys.getenv("GITHUB_HEAD_REF"))
5
warning(refs)
6
timings <- touchstone::benchmark_run_ref(
7
refs,
0 commit comments