executable

This commit is contained in:
Tyler Mayoff 2025-07-04 22:08:37 -04:00
parent 85b252650f
commit 091a49d7ef
2 changed files with 2 additions and 4 deletions

View file

@ -15,7 +15,7 @@ runs:
df -h
- name: Detailed usage
if: inputs.debug
if: inputs.debug == true
shell: bash
run: |
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
@ -31,12 +31,10 @@ runs:
- name: Get disk usage
shell: bash
run: |
echo "used use%"
# df -h | grep /\$ | cut -d ' ' -f 5,9
df -h
- name: Detailed usage
if: inputs.debug
if: inputs.debug == true
shell: bash
run: |
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true

0
.github/actions/disk_space/clean.sh vendored Normal file → Executable file
View file