diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 4f5459c..c2f3395 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -74,7 +74,7 @@ jobs: echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile - name: work around permission issue - run: git config --global --add safe.directory /__w/tximeta/tximeta + run: git config --global --add safe.directory /__w/plyranges/plyranges ## Most of these steps are the same as the ones in ## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml @@ -278,7 +278,7 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - repository: thelovelab/tximeta + repository: tidyomics/plyranges tag_with_ref: true tag_with_sha: true tags: latest