From 58c655165bd2ab4dec552fbd131a93e13284af9f Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Sat, 22 Feb 2025 05:13:44 -0300 Subject: [PATCH] fix(cicd): Added automatic clean-up to wordlist updater --- .github/workflows/remote-wordlists-updater.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/remote-wordlists-updater.yml b/.github/workflows/remote-wordlists-updater.yml index 571dc0b2..40e9184a 100644 --- a/.github/workflows/remote-wordlists-updater.yml +++ b/.github/workflows/remote-wordlists-updater.yml @@ -22,6 +22,7 @@ jobs: wget https://raw.githubusercontent.com/ItsIgnacioPortal/utf8fixer/f42bfe64db0bc095e9e93a10ac6bba746f09670c/utf8fixer.py chmod +x utf8fixer.py python ./utf8fixer.py Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt utf8 + rm utf8fixer.py - name: Commit files if changed run: |