From d051207b7cf8950fc2ff7a99277f576511fa00c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sakura=E6=A1=9C?= <63789876+SakuraNotStupid@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:45:55 +0800 Subject: [PATCH] Update Recovery Build.yml --- .github/workflows/Recovery Build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Recovery Build.yml b/.github/workflows/Recovery Build.yml index aecb1e6d4..85348b75f 100644 --- a/.github/workflows/Recovery Build.yml +++ b/.github/workflows/Recovery Build.yml @@ -65,7 +65,11 @@ jobs: # You might want to Checkout your repo first, but not mandatory - name: Check Out uses: actions/checkout@v3 - + # Cleanup The Actions Workspace Using Custom Composite Run Actions + - name: Cleanup + uses: rokibhasansagar/slimhub_actions@main + # That's it! Now use your normal steps + - name: Prepare the environment run: | sudo apt update