mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
action paths
This commit is contained in:
parent
4a2e269a3a
commit
85b252650f
1 changed files with 1 additions and 3 deletions
4
.github/actions/disk_space/action.yml
vendored
4
.github/actions/disk_space/action.yml
vendored
|
|
@ -12,8 +12,6 @@ runs:
|
||||||
- name: Get disk usage
|
- name: Get disk usage
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# df -h | head -n 1 | cut -d ' ' -f 3,5
|
|
||||||
# df -h | grep /\$ | cut -d ' ' -f 3,5
|
|
||||||
df -h
|
df -h
|
||||||
|
|
||||||
- name: Detailed usage
|
- name: Detailed usage
|
||||||
|
|
@ -25,7 +23,7 @@ runs:
|
||||||
- name: Clear
|
- name: Clear
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./clean.sh
|
${{ github.action_path }}/clean.sh
|
||||||
sudo docker system prune -af || true
|
sudo docker system prune -af || true
|
||||||
sudo docker image prune -af || true
|
sudo docker image prune -af || true
|
||||||
sudo docker builder prune -af || true
|
sudo docker builder prune -af || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue