Skip to content

Commit dc97ee1

Browse files
committed
Add ability to override error handling of R CMD check
1 parent 5ba2355 commit dc97ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/R-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
error-on:
1010
required: false
1111
type: string
12-
default: "warning"
12+
default: 'warning'
1313

1414

1515
name: Build and check an R package
@@ -69,4 +69,4 @@ jobs:
6969
working-directory: R/bican.mccarroll.${{ inputs.package_name }}
7070
upload-snapshots: true
7171
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
72-
error-on: ${{ inputs.error-on }}
72+
error-on: '"'${{ inputs.error-on }}'"'

0 commit comments

Comments
 (0)