Skip to content

Commit

Permalink
fix permissions and repo name in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Apr 7, 2024
1 parent 6de01cd commit 5e1d5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 5e1d5eb

Please sign in to comment.