Skip to content

Commit d84999b

Browse files
committed
check show-disk-usage-on-error
1 parent 786074d commit d84999b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
run: |
6060
snakemake --directory ${{ inputs.directory }} --snakefile ${{ inputs.snakefile }} --show-failed-logs ${{ inputs.args }}
6161
if [[ "$?" -ne 0 ]]; then
62-
if [[ "$6" = true ]]; then
62+
if [[ ${{ inputs.show-disk-usage-on-error }} = true ]]; then
6363
# return disk usage and space on failing
6464
df -h
6565
printf "disk usage working directory"

0 commit comments

Comments
 (0)