From 85b252650f74969062e691e2ee4897f309d54126 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 4 Jul 2025 22:05:21 -0400 Subject: [PATCH] action paths --- .github/actions/disk_space/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/disk_space/action.yml b/.github/actions/disk_space/action.yml index 057fae8..68726b0 100644 --- a/.github/actions/disk_space/action.yml +++ b/.github/actions/disk_space/action.yml @@ -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