Skip to content

Commit ec5d4b6

Browse files
committed
action
1 parent aee813e commit ec5d4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-bulker-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ jobs:
44
test-registry-crate:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: databio/bulker-action@dev
7+
- uses: databio/bulker-action@master
88
with:
99
crate: bulker/demo
1010
command: cowsay "bulker works"
1111

1212
test-pipeline-tools:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: databio/bulker-action@dev
15+
- uses: databio/bulker-action@master
1616
with:
1717
crate: databio/pepatac:1.0.14
1818
command: samtools --version

0 commit comments

Comments
 (0)