File tree Expand file tree Collapse file tree 8 files changed +0
-14
lines changed
Expand file tree Collapse file tree 8 files changed +0
-14
lines changed Original file line number Diff line number Diff 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 ☣️
Original file line number Diff line number Diff 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 🗄️
Original file line number Diff line number Diff 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 🚧
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 📄
Original file line number Diff line number Diff 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 🚧
Original file line number Diff line number Diff 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 🏗
You can’t perform that action at this time.
0 commit comments