Skip to content

Commit

Permalink
fix: restore repository-path
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Sep 10, 2024
1 parent d839700 commit a881fa7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ jobs:
# Error in `get_remote_types(refs)`:
# ! Cannot parse package: teal/.
# ℹ See `?pkgdepends::pkg_refs()` for supported package sources.
repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
repository-path: ${{ github.event.repository.name }}

- name: Install dependencies from package repositories 🗄️
if: inputs.install-deps-from-package-repositories != ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
# Error in `get_remote_types(refs)`:
# ! Cannot parse package: teal/.
# ℹ See `?pkgdepends::pkg_refs()` for supported package sources.
repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
repository-path: ${{ github.event.repository.name }}

- name: Install R package 🚧
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
# Error in `get_remote_types(refs)`:
# ! Cannot parse package: teal/.
# ℹ See `?pkgdepends::pkg_refs()` for supported package sources.
repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
repository-path: ${{ github.event.repository.name }}

# setup-r-dependencies makes modifications to DESCRIPTION which
# should not be committed during Roxygen auto-update.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
# Error in `get_remote_types(refs)`:
# ! Cannot parse package: teal/.
# ℹ See `?pkgdepends::pkg_refs()` for supported package sources.
repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
repository-path: ${{ github.event.repository.name }}

- name: Install R package 🚧
run: |
Expand Down

0 comments on commit a881fa7

Please sign in to comment.