Skip to content

Commit 5e1d5eb

Browse files
committed
fix permissions and repo name in actions
1 parent 6de01cd commit 5e1d5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-bioc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo ".libPaths('/__w/_temp/Library')" > ~/.Rprofile
7575
7676
- name: work around permission issue
77-
run: git config --global --add safe.directory /__w/tximeta/tximeta
77+
run: git config --global --add safe.directory /__w/plyranges/plyranges
7878

7979
## Most of these steps are the same as the ones in
8080
## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml
@@ -278,7 +278,7 @@ jobs:
278278
with:
279279
username: ${{ secrets.DOCKER_USERNAME }}
280280
password: ${{ secrets.DOCKER_PASSWORD }}
281-
repository: thelovelab/tximeta
281+
repository: tidyomics/plyranges
282282
tag_with_ref: true
283283
tag_with_sha: true
284284
tags: latest

0 commit comments

Comments
 (0)