mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added more for removal
This commit is contained in:
parent
e23efc0d85
commit
04dc72791f
2 changed files with 5 additions and 2 deletions
4
.github/actions/disk_space/action.yml
vendored
4
.github/actions/disk_space/action.yml
vendored
|
|
@ -18,7 +18,7 @@ runs:
|
|||
if: inputs.debug == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||
du -h -d5 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||
|
||||
- name: Clear
|
||||
shell: bash
|
||||
|
|
@ -37,4 +37,4 @@ runs:
|
|||
if: inputs.debug == 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||
du -h -d5 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue