From 42310f4861e13c0ef5626b161124ede3cc19a2ac Mon Sep 17 00:00:00 2001 From: Arlind Sulejmani Date: Wed, 1 Oct 2025 15:01:52 +0200 Subject: [PATCH] bring back clean up --- .gitea/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 881483f..6d63c50 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -102,6 +102,11 @@ jobs: readme_path: ${{ env.README_PATH }} doc_dir: ${{ env.DOC_DIR }} + - name: Cleanup Files + uses: https://git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/cleanup@reusable-actions + with: + all_skins: ${{ steps.discover.outputs.all_skins }} + - name: Commit and Push uses: ${{ env.REGISTRY_URL}}/osc/reusable-actions/.gitea/actions/git-commit-push@main with: