fixed outputs

This commit is contained in:
Tyler Mayoff 2025-07-04 18:40:06 -04:00
parent 3e57602706
commit 0d3e86c016

View file

@ -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