mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
fixed outputs
This commit is contained in:
parent
3e57602706
commit
0d3e86c016
1 changed files with 2 additions and 2 deletions
4
.github/actions/disk_space/action.yml
vendored
4
.github/actions/disk_space/action.yml
vendored
|
|
@ -12,8 +12,8 @@ runs:
|
|||
- name: Get disk usage
|
||||
shell: bash
|
||||
run: |
|
||||
echo "used use%"
|
||||
df -h | grep /\$ | cut -d ' ' -f 5,9
|
||||
df -h | head -n 1 | cut -d ' ' -f 3,5
|
||||
df -h | grep /\$ | cut -d ' ' -f 3,5
|
||||
|
||||
- name: Detailed usage
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue