We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786074d commit d84999bCopy full SHA for d84999b
action.yml
@@ -59,7 +59,7 @@ runs:
59
run: |
60
snakemake --directory ${{ inputs.directory }} --snakefile ${{ inputs.snakefile }} --show-failed-logs ${{ inputs.args }}
61
if [[ "$?" -ne 0 ]]; then
62
- if [[ "$6" = true ]]; then
+ if [[ ${{ inputs.show-disk-usage-on-error }} = true ]]; then
63
# return disk usage and space on failing
64
df -h
65
printf "disk usage working directory"
0 commit comments