We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ae3a0 commit f28609dCopy full SHA for f28609d
.github/workflows/build_and_test.yml
@@ -49,7 +49,7 @@ jobs:
49
if: always()
50
uses: actions/checkout@v3
51
with:
52
- repository: sameeul/biobb_adapters # TODO: use check_existence
+ repository: vjaganat90/biobb_adapters # TODO: use check_existence
53
ref: master
54
path: biobb_adapters
55
install/install_biobb_adapters.sh
@@ -9,5 +9,5 @@ then
9
else
10
# NOTE: Do not use https://github.com/bioexcel/biobb_adapters
11
# Our fork has a few changes from the upstream repo
12
- git clone https://github.com/jfennick/biobb_adapters.git
+ git clone https://github.com/vjaganat90/biobb_adapters.git
13
fi
0 commit comments