Skip to content

Commit b9096a7

Browse files
committed
remove lookup-refs, skip-desc-branch, skip-desc-dev and repository-list
1 parent 41e9e64 commit b9096a7

File tree

8 files changed

+0
-14
lines changed

8 files changed

+0
-14
lines changed

.github/workflows/bioccheck.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ jobs:
156156
env:
157157
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
158158
with:
159-
lookup-refs: ${{ inputs.lookup-refs }}
160159
repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
161160

162161
- name: Run BiocCheck ☣️

.github/workflows/build-check-install.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,7 @@ jobs:
418418
env:
419419
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
420420
with:
421-
lookup-refs: ${{ inputs.lookup-refs }}
422421
repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
423-
skip-desc-branch: ${{ inputs.skip-desc-branch }}
424-
skip-desc-dev: ${{ inputs.skip-desc-dev }}
425-
repository-list: ${{ inputs.repository-list }}
426422
cache-version: ${{ inputs.cache-version }}
427423

428424
- name: Install dependencies from package repositories 🗄️

.github/workflows/pkgdown.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ jobs:
228228
env:
229229
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
230230
with:
231-
lookup-refs: ${{ inputs.lookup-refs }}
232231
repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
233232

234233
- name: Install R package 🚧

.github/workflows/revdepcheck.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ jobs:
9494
uses: r-lib/actions/setup-r-dependencies@v2
9595
env:
9696
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
97-
with:
98-
lookup-refs: ${{ inputs.lookup-refs }}
99-
skip-desc-branch: true
10097

10198
- name: revdepcheck 🔄
10299
id: revdepcheck

.github/workflows/rhub.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
env:
9494
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
9595
with:
96-
lookup-refs: ${{ inputs.lookup-refs }}
9796
skip-install: true
9897
restore-description: false
9998
install-quarto: "false"
@@ -146,7 +145,6 @@ jobs:
146145
env:
147146
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
148147
with:
149-
lookup-refs: ${{ inputs.lookup-refs }}
150148
skip-install: true
151149
restore-description: false
152150
install-quarto: "false"

.github/workflows/roxygen.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ jobs:
149149
env:
150150
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
151151
with:
152-
lookup-refs: ${{ inputs.lookup-refs }}
153152
repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
154153

155154
- name: Generate man pages 📄

.github/workflows/test-coverage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ jobs:
241241
env:
242242
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
243243
with:
244-
lookup-refs: ${{ inputs.lookup-refs }}
245244
repository-path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
246245

247246
- name: Install R package 🚧

.github/workflows/validation.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ jobs:
145145
env:
146146
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
147147
with:
148-
lookup-refs: ${{ inputs.lookup-refs }}
149148
repository-path: ${{ env.package_subdirectory }}
150149

151150
- name: Build report 🏗

0 commit comments

Comments
 (0)