We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de01cd commit 5e1d5ebCopy full SHA for 5e1d5eb
.github/workflows/check-bioc.yml
@@ -74,7 +74,7 @@ jobs:
74
echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
75
76
- name: work around permission issue
77
- run: git config --global --add safe.directory /__w/tximeta/tximeta
+ run: git config --global --add safe.directory /__w/plyranges/plyranges
78
79
## Most of these steps are the same as the ones in
80
## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml
@@ -278,7 +278,7 @@ jobs:
278
with:
279
username: ${{ secrets.DOCKER_USERNAME }}
280
password: ${{ secrets.DOCKER_PASSWORD }}
281
- repository: thelovelab/tximeta
+ repository: tidyomics/plyranges
282
tag_with_ref: true
283
tag_with_sha: true
284
tags: latest
0 commit comments