diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 52820098..b475577c 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -95,11 +95,12 @@ jobs: job-config: ${{ matrix.config.job-config }} - name: Prepare DESCRIPTION file - uses: insightsengineering/setup-r-dependencies@v1 + uses: insightsengineering/setup-r-dependencies@fix/copy-and-restore-description with: lookup-refs: ${{ inputs.lookup-refs }} skip-install: true github-token: ${{ steps.github-token.outputs.token }} + restore-description: false - uses: r-hub/actions/setup-deps@v1 with: @@ -146,11 +147,12 @@ jobs: job-config: ${{ matrix.config.job-config }} - name: Setup R dependencies - uses: insightsengineering/setup-r-dependencies@v1 + uses: insightsengineering/setup-r-dependencies@fix/copy-and-restore-description with: lookup-refs: ${{ inputs.lookup-refs }} skip-install: true github-token: ${{ steps.github-token.outputs.token }} + restore-description: false - uses: r-hub/actions/setup-deps@v1 with: