From 8809eb0e4ff5ee0a87eee5ec8c55be90bfe11588 Mon Sep 17 00:00:00 2001 From: SoundDrill31 <84176052+sounddrill31@users.noreply.github.com> Date: Sat, 17 Feb 2024 16:32:05 +0530 Subject: [PATCH] Add cleanup step --- .github/workflows/DumprX.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/DumprX.yml b/.github/workflows/DumprX.yml index db05678..5c131e2 100644 --- a/.github/workflows/DumprX.yml +++ b/.github/workflows/DumprX.yml @@ -31,6 +31,11 @@ jobs: steps: - name: Checkouts uses: actions/checkout@v2 + + # 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: Clone Our Firmware Dumper run: |