From 0364d6406eaf6f3588e99e377255a0b99df8dff0 Mon Sep 17 00:00:00 2001 From: paulbochtler <65470117+datapumpernickel@users.noreply.github.com> Date: Thu, 23 May 2024 11:09:38 +0200 Subject: [PATCH] use env in rhub.yaml instead of forked repos --- .github/workflows/rhub.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index d4a1ad1..7cc0a0d 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -60,11 +60,12 @@ jobs: with: token: ${{ secrets.RHUB_TOKEN }} job-config: ${{ matrix.config.job-config }} - - uses: datapumpernickel/actions_rhub/run-check@v1 + - uses: r-hub/actions/run-check@v1 with: token: ${{ secrets.RHUB_TOKEN }} job-config: ${{ matrix.config.job-config }} - + env: + _R_CHECK_THINGS_IN_OTHER_DIRS_: true other-platforms: needs: setup if: ${{ needs.setup.outputs.platforms != '[]' }} @@ -89,7 +90,9 @@ jobs: with: job-config: ${{ matrix.config.job-config }} token: ${{ secrets.RHUB_TOKEN }} - - uses: datapumpernickel/actions_rhub/run-check@v1 + - uses: r-hub/actions/run-check@v1 with: job-config: ${{ matrix.config.job-config }} token: ${{ secrets.RHUB_TOKEN }} + env: + _R_CHECK_THINGS_IN_OTHER_DIRS_: true