From a415ed4182bd548556a6b6d386f376dafa3a2dcf Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:40:06 -0400 Subject: [PATCH] alt workspace cleaner --- .github/workflows/build-test-indicators.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-test-indicators.yml b/.github/workflows/build-test-indicators.yml index 661d4ffc6..5ddd9850d 100644 --- a/.github/workflows/build-test-indicators.yml +++ b/.github/workflows/build-test-indicators.yml @@ -22,11 +22,7 @@ jobs: steps: - name: Clean workspace - run: | - rm -rf ./test-indicators/* || true - rm -rf ./test-indicators/.??* || true - rm -rf ./NuGet/* || true - rm -rf ./NuGet/.??* || true + uses: AutoModality/action-clean@v1 - name: Checkout repository uses: actions/checkout@v4