fix(cicd): Added automatic clean-up to wordlist updater

This commit is contained in:
ItsIgnacioPortal 2025-02-22 05:13:44 -03:00
parent 7a0cb3bbf5
commit 58c655165b

View file

@ -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: |