Skip to content

Commit f18cb7b

Browse files
committed
try without install dependencies step
1 parent 25ee195 commit f18cb7b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/revdepcheck.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,9 @@ jobs:
9090
echo "gchat_webhook=${{ secrets.GCHAT_WEBHOOK }}" >> $GITHUB_ENV
9191
shell: bash
9292

93-
- name: Install dependencies
94-
uses: insightsengineering/setup-r-dependencies@v1
95-
env:
96-
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
97-
with:
98-
lookup-refs: ${{ inputs.lookup-refs }}
99-
skip-desc-branch: true
100-
10193
- name: revdepcheck 🔄
10294
id: revdepcheck
103-
uses: insightsengineering/r-revdepcheck-action@verbose
95+
uses: insightsengineering/r-revdepcheck-action@add_debug_logging
10496
with:
10597
github-token: ${{ steps.github-token.outputs.token }}
10698
additional-env-vars: ${{ inputs.additional-env-vars }}

0 commit comments

Comments
 (0)