mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
executable
This commit is contained in:
parent
85b252650f
commit
091a49d7ef
2 changed files with 2 additions and 4 deletions
6
.github/actions/disk_space/action.yml
vendored
6
.github/actions/disk_space/action.yml
vendored
|
|
@ -15,7 +15,7 @@ runs:
|
||||||
df -h
|
df -h
|
||||||
|
|
||||||
- name: Detailed usage
|
- name: Detailed usage
|
||||||
if: inputs.debug
|
if: inputs.debug == true
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
|
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||||
|
|
@ -31,12 +31,10 @@ runs:
|
||||||
- name: Get disk usage
|
- name: Get disk usage
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "used use%"
|
|
||||||
# df -h | grep /\$ | cut -d ' ' -f 5,9
|
|
||||||
df -h
|
df -h
|
||||||
|
|
||||||
- name: Detailed usage
|
- name: Detailed usage
|
||||||
if: inputs.debug
|
if: inputs.debug == true
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
|
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||||
|
|
|
||||||
0
.github/actions/disk_space/clean.sh
vendored
Normal file → Executable file
0
.github/actions/disk_space/clean.sh
vendored
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue