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 fafd00e commit 3c80933Copy full SHA for 3c80933
Dockerfile
@@ -1,3 +1,3 @@
1
-FROM snakemake/snakemake:v5.7.1
+FROM snakemake/snakemake:v5.7.4
2
COPY entrypoint.sh /entrypoint.sh
3
ENTRYPOINT ["/entrypoint.sh"]
README.md
@@ -23,7 +23,7 @@ Preliminary commands to run before the workflow execution.
23
## Example usage
24
25
```
26
-uses: snakemake/snakemake-github-action@v1.2
+uses: snakemake/snakemake-github-action@v1.3
27
with:
28
directory: '.test'
29
snakefile: 'workflow/Snakefile'
0 commit comments