Skip to content

Commit 35f7d8c

Browse files
committed
swap quotes
1 parent 34e5f69 commit 35f7d8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,7 @@ runs:
6666
shell: bash -el {0}
6767
run: snakemake --directory ${{ inputs.directory }} --snakefile ${{ inputs.snakefile }} --show-failed-logs ${{ inputs.args }} --containerize > Dockerfile
6868
- if: ${{ ! (inputs.task == 'containerize' || inputs.task == 'run' )}}
69-
run: echo "Invalid value for 'task': '${{ inputs.task }}'. Options: 'containerize', 'run'." && exit 1
69+
run: |
70+
echo 'Invalid value for "task": "${{ inputs.task }}". Options: "containerize", "run".'
71+
exit 1
7072

0 commit comments

Comments
 (0)