From 1069650ceebbc96839de22ed2ab56ae450e8c716 Mon Sep 17 00:00:00 2001 From: Efe Date: Mon, 15 Jan 2024 17:19:13 +0100 Subject: [PATCH] add and test cleanup repo --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f8793586fed..ea5993401597 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - name: 'Cleanup build folder' + - name: Cleanup build folder run: | ls -la ./ rm -rf ./* || true @@ -91,7 +91,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - name: 'Cleanup build folder' + - name: Cleanup build folder run: | ls -la ./ rm -rf ./* || true