We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0cb3b commit 58c6551Copy full SHA for 58c6551
.github/workflows/remote-wordlists-updater.yml
@@ -22,6 +22,7 @@ jobs:
22
wget https://raw.githubusercontent.com/ItsIgnacioPortal/utf8fixer/f42bfe64db0bc095e9e93a10ac6bba746f09670c/utf8fixer.py
23
chmod +x utf8fixer.py
24
python ./utf8fixer.py Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt utf8
25
+ rm utf8fixer.py
26
27
- name: Commit files if changed
28
run: |
0 commit comments