Skip to content

Commit 818310c

Browse files
committed
fix: Add debug output for byte count formatting function
1 parent 15e2d10 commit 818310c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ runs:
9797
9898
# macro to make Kb human readable (assume the input is Kb)
9999
# REF: https://unix.stackexchange.com/a/44087/60849
100+
echo "value of :$1:"
100101
formatByteCount() { echo $(numfmt --to=iec-i --suffix=B --padding=7 $1'000'); }
101102
102103
# macro to output saved space

0 commit comments

Comments
 (0)