From b26a67cb260c134cd541c053f5c52d1c3f559100 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 4 Jul 2025 21:47:56 -0400 Subject: [PATCH] fixed input --- .github/actions/disk_space/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/disk_space/action.yml b/.github/actions/disk_space/action.yml index 65557fc..e8d70a1 100644 --- a/.github/actions/disk_space/action.yml +++ b/.github/actions/disk_space/action.yml @@ -8,7 +8,7 @@ inputs: paths: description: List of paths to clear required: false - paths: + default: - /opt/microsoft - /usr/share/dotnet - /usr/share/swift