We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae8997 commit 53479d3Copy full SHA for 53479d3
action.yml
@@ -33,6 +33,7 @@ inputs:
33
snakemake-version:
34
description: Snakemake version to use. If not specified, uses latest version. Pin a specific version (e.g., '8.25.5') for reproducibility.
35
required: false
36
+ default: '*'
37
38
runs:
39
using: 'composite'
@@ -45,6 +46,7 @@ runs:
45
46
exit 1
47
- shell: bash -el {0}
48
run: sed 's/{{ snakemake_version }}/${{ inputs.snakemake-version }}/g' environment.yaml.template > environment.yaml
49
+
50
- name: Setup conda
51
uses: conda-incubator/setup-miniconda@v3
52
with:
0 commit comments