Skip to content

Commit 0c48e72

Browse files
authored
fix input names for action
1 parent 4235d01 commit 0c48e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
- uses: r-lib/actions/check-r-package@v2
6666
with:
6767
upload-snapshots: true
68-
build-args: 'c("--no-build-vignettes","--no-manual")'
69-
check-args: 'c("--ignore-vignettes")'
68+
build_args: 'c("--no-build-vignettes","--no-manual")'
69+
args: 'c("--ignore-vignettes","--no-manual")'

0 commit comments

Comments
 (0)