Skip to content

Commit 6a1aa62

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: ${{ format('"{0}"', inputs.error-on) }}

0 commit comments

Comments
 (0)