mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
bash-lsp, debug script
This commit is contained in:
parent
0185d1b33a
commit
4a2e269a3a
2 changed files with 3 additions and 0 deletions
2
.github/actions/disk_space/action.yml
vendored
2
.github/actions/disk_space/action.yml
vendored
|
|
@ -17,6 +17,7 @@ runs:
|
|||
df -h
|
||||
|
||||
- name: Detailed usage
|
||||
if: inputs.debug
|
||||
shell: bash
|
||||
run: |
|
||||
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||
|
|
@ -37,6 +38,7 @@ runs:
|
|||
df -h
|
||||
|
||||
- name: Detailed usage
|
||||
if: inputs.debug
|
||||
shell: bash
|
||||
run: |
|
||||
du -h -d3 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue