From 4bd51ab43bbdea66b815c6dc8ec158eba684a56e Mon Sep 17 00:00:00 2001 From: yuu <46545607+mouseos@users.noreply.github.com> Date: Thu, 23 May 2024 12:57:39 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8B=95=E3=81=84=E3=81=A6=E3=81=8F=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_twrp.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build_twrp.yml b/.github/workflows/build_twrp.yml index b029026..0a1edbb 100644 --- a/.github/workflows/build_twrp.yml +++ b/.github/workflows/build_twrp.yml @@ -43,12 +43,7 @@ jobs: run: | mkdir workspace ls | grep -v workspace | xargs -I{} mv {} workspace - - name: Check Dir - run: | - pwd - ls -l - tree -L 3 - exit 1 + # Cleanup The Actions Workspace Using Custom Composite Run Actions - name: Cleanup uses: rokibhasansagar/slimhub_actions@main