Skip to content

Commit

Permalink
fix: fix typo in the renv.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Sep 26, 2023
1 parent 685ae6e commit 8f4931b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set channel related constants
run: |
if [ "${{ matrix.channel }}" = "stable" ]; then
echo "BRANCH_NAME=69-fix-false-positive-icon" >> $GITHUB_ENV # TODO: Change the branch name to main
echo "BRANCH_NAME=deploy-apps@main" >> $GITHUB_ENV # TODO: Change the branch name to main
else
echo "BRANCH_NAME=deploy-apps@dev" >> $GITHUB_ENV # TODO: Change the branch name to deval
fi
Expand Down
3 changes: 1 addition & 2 deletions python/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
}
]
},
"Packages": {
"Bioconductor": {
"Bioconductor": {
"Version": "3.17"
},
"Packages": {
Expand Down

0 comments on commit 8f4931b

Please sign in to comment.