action paths

This commit is contained in:
Tyler Mayoff 2025-07-04 22:05:21 -04:00
parent 4a2e269a3a
commit 85b252650f

View file

@ -12,8 +12,6 @@ runs:
- name: Get disk usage
shell: bash
run: |
# df -h | head -n 1 | cut -d ' ' -f 3,5
# df -h | grep /\$ | cut -d ' ' -f 3,5
df -h
- name: Detailed usage
@ -25,7 +23,7 @@ runs:
- name: Clear
shell: bash
run: |
./clean.sh
${{ github.action_path }}/clean.sh
sudo docker system prune -af || true
sudo docker image prune -af || true
sudo docker builder prune -af || true