Skip to content

Commit c28619d

Browse files
authored
Merge pull request #51 from ReenigneArcher/patch-1
fix(memory): show memory in human readable format
2 parents fc881a6 + 9dad2e6 commit c28619d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
shell: bash
6666
run: |
6767
echo "Memory and swap:"
68-
sudo free
68+
sudo free -h
6969
echo
7070
sudo swapon --show
7171
echo
@@ -195,7 +195,7 @@ runs:
195195
shell: bash
196196
run: |
197197
echo "Memory and swap:"
198-
sudo free
198+
sudo free -h
199199
echo
200200
sudo swapon --show
201201
echo

0 commit comments

Comments
 (0)