Skip to content

Commit 8011a96

Browse files
committed
Use blockquote, not code blocks
1 parent aa50cb0 commit 8011a96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inst/testscripts/comment.R

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ system(paste("git push -q", repo, "gh-pages"))
5959
tbl_link <- sprintf("http://ropensci.github.io/plotly-test-table/tables/%s/index.html", a[3])
6060
msg <- sprintf("On TravisCI, commit %s was successfully merged with %s (master) to create %s. A visual testing table comparing %s with %s can be found here:\n %s",
6161
info$head$sha, info$base$sha, a[3], info$base$sha, a[3], tbl_link)
62-
msg <- paste("```---Automatically generated message---```", msg,
63-
"```---Automatically generated message---```", sep = "\n")
62+
msg <- paste("> The message below was automatically generated \n", msg)
6463
commentz <- sprintf(paste0(base, 'issues/%s/comments'), a[1])
6564
res <- GET(commentz, header)
6665
warn_for_status(res)

0 commit comments

Comments
 (0)