Skip to content

Commit 5999889

Browse files
Fix a typo in pr-command.yaml (#4153)
1 parent ca747d8 commit 5999889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-commands.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
- uses: r-lib/actions/setup-r@master
1616
- name: Install dependencies
17-
run: Rscript -e 'install.packages(c("remotes", "roxygen2"))' -e 'remotes::install_deps(dependencies = TRUE, type = "binary"'
17+
run: Rscript -e 'install.packages(c("remotes", "roxygen2"))' -e 'remotes::install_deps(dependencies = TRUE, type = "binary")'
1818
- name: Document
1919
run: Rscript -e 'roxygen2::roxygenise()'
2020
- name: commit

0 commit comments

Comments
 (0)