We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e2d10 commit 818310cCopy full SHA for 818310c
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