mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added shell
This commit is contained in:
parent
7d049148e0
commit
3e57602706
1 changed files with 3 additions and 0 deletions
3
.github/actions/disk_space/action.yml
vendored
3
.github/actions/disk_space/action.yml
vendored
|
|
@ -16,10 +16,12 @@ runs:
|
|||
df -h | grep /\$ | cut -d ' ' -f 5,9
|
||||
|
||||
- name: Detailed usage
|
||||
shell: bash
|
||||
run: |
|
||||
du -h -d2 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||
|
||||
- name: Clear
|
||||
shell: bash
|
||||
run: |
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
sudo rm -rf /usr/share/swift
|
||||
|
|
@ -41,5 +43,6 @@ runs:
|
|||
df -h | grep /\$ | cut -d ' ' -f 5,9
|
||||
|
||||
- name: Detailed usage
|
||||
shell: bash
|
||||
run: |
|
||||
du -h -d2 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue