We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb11a5 commit 972ef83Copy full SHA for 972ef83
action.yml
@@ -97,6 +97,7 @@ runs:
97
98
# macro to make Kb human readable (assume the input is Kb)
99
# REF: https://unix.stackexchange.com/a/44087/60849
100
+ echo "value of :$1:"
101
formatByteCount() { echo $(numfmt --to=iec-i --suffix=B --padding=7 $1'000'); }
102
103
# macro to output saved space
0 commit comments