We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee813e commit ec5d4b6Copy full SHA for ec5d4b6
.github/workflows/test-bulker-action.yml
@@ -4,15 +4,15 @@ jobs:
4
test-registry-crate:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: databio/bulker-action@dev
+ - uses: databio/bulker-action@master
8
with:
9
crate: bulker/demo
10
command: cowsay "bulker works"
11
12
test-pipeline-tools:
13
14
15
16
17
crate: databio/pepatac:1.0.14
18
command: samtools --version
0 commit comments