From 3e576027066416e7a6a44a3345a76f380347884d Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 4 Jul 2025 18:29:30 -0400 Subject: [PATCH] added shell --- .github/actions/disk_space/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/disk_space/action.yml b/.github/actions/disk_space/action.yml index 23def79..3261caf 100644 --- a/.github/actions/disk_space/action.yml +++ b/.github/actions/disk_space/action.yml @@ -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