We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e5f69 commit 35f7d8cCopy full SHA for 35f7d8c
action.yml
@@ -66,5 +66,7 @@ runs:
66
shell: bash -el {0}
67
run: snakemake --directory ${{ inputs.directory }} --snakefile ${{ inputs.snakefile }} --show-failed-logs ${{ inputs.args }} --containerize > Dockerfile
68
- if: ${{ ! (inputs.task == 'containerize' || inputs.task == 'run' )}}
69
- run: echo "Invalid value for 'task': '${{ inputs.task }}'. Options: 'containerize', 'run'." && exit 1
+ run: |
70
+ echo 'Invalid value for "task": "${{ inputs.task }}". Options: "containerize", "run".'
71
+ exit 1
72
0 commit comments