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 5c13a99 commit 86479d8Copy full SHA for 86479d8
R/gha-summary.R
@@ -8,6 +8,9 @@ create_gha_summary <- function(results) {
8
return()
9
}
10
11
+ out <- file(out, open = "wba", encoding = "UTF-8")
12
+ on.exit(close(out), add = TRUE)
13
+
14
p <- function(...) cat(..., file = out, append = TRUE)
15
fmt_time <- function(x) sprintf("%.3fs", x)
16
0 commit comments