Skip to content

Commit

Permalink
swap quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Dec 9, 2024
1 parent 34e5f69 commit 35f7d8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ runs:
shell: bash -el {0}
run: snakemake --directory ${{ inputs.directory }} --snakefile ${{ inputs.snakefile }} --show-failed-logs ${{ inputs.args }} --containerize > Dockerfile
- if: ${{ ! (inputs.task == 'containerize' || inputs.task == 'run' )}}
run: echo "Invalid value for 'task': '${{ inputs.task }}'. Options: 'containerize', 'run'." && exit 1
run: |
echo 'Invalid value for "task": "${{ inputs.task }}". Options: "containerize", "run".'
exit 1

0 comments on commit 35f7d8c

Please sign in to comment.