Skip to content

Commit

Permalink
Un-quote
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 21, 2023
1 parent 87989fd commit f575f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-suggests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Must allow NOTEs, even with _R_CHECK_FORCE_SUGGESTS_
run: |
if (Sys.getenv("RCMDCHECK_ERROR_ON") %in% c("", "note")) {
cat('RCMDCHECK_ERROR_ON=\'"warning"\'\n', file = Sys.getenv("GITHUB_ENV"), append = TRUE)
cat('RCMDCHECK_ERROR_ON="warning"\n', file = Sys.getenv("GITHUB_ENV"), append = TRUE)
}
shell: Rscript {0}

Expand Down

0 comments on commit f575f68

Please sign in to comment.