Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jun 6, 2024
1 parent 3350a6e commit 1a3b90f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})${{ github.event.inputs.extra-package && 'with some extra packages'|| ''}}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})${{ github.event.inputs.extra-packages && 'with some extra packages'|| ''}}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
gridSVG=?ignore-before-r=4.0.0,
targets=?ignore-before-r=4.0.0,
JuliaCall=?ignore-before-r=4.0.0,
${{ github.event.inputs.extra-package }}
${{ github.event.inputs.extra-packages }}
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/knitr-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run-examples:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})${{ github.event.inputs.extra-package && ' - with some extra packages'|| ''}}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})${{ github.event.inputs.extra-packages && ' - with some extra packages'|| ''}}

strategy:
fail-fast: false
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
packages: deps::.
extra-packages: >
XML,
${{ github.event.inputs.extra-package }}
${{ github.event.inputs.extra-packages }}
- name: Retrieve knitr-examples
# On PR, it will checkout same branch if it exists there
Expand Down

0 comments on commit 1a3b90f

Please sign in to comment.