From 7a0d8e5e1b471d41fbaf921736a0a1f088d79cbe Mon Sep 17 00:00:00 2001 From: Abhi <85984486+AbhiTheModder@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:47:35 +0530 Subject: [PATCH] Update update_modules.yml --- .github/workflows/update_modules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_modules.yml b/.github/workflows/update_modules.yml index 4c2cac5..6ad79ab 100644 --- a/.github/workflows/update_modules.yml +++ b/.github/workflows/update_modules.yml @@ -25,6 +25,7 @@ jobs: cd custom_modules printf "%s\n" "$(ls -d */*)" | sed 's/\.py$//' > ../modules/full.txt cd .. + rm -rf custom_modules/ - name: Commit changes run: |