We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc97ee1 commit 6a1aa62Copy full SHA for 6a1aa62
.github/workflows/R-reusable.yml
@@ -69,4 +69,4 @@ jobs:
69
working-directory: R/bican.mccarroll.${{ inputs.package_name }}
70
upload-snapshots: true
71
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
72
- error-on: '"'${{ inputs.error-on }}'"'
+ error-on: ${{ format('"{0}"', inputs.error-on) }}
0 commit comments