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