Skip to content

Commit 58c6551

Browse files
fix(cicd): Added automatic clean-up to wordlist updater
1 parent 7a0cb3b commit 58c6551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/remote-wordlists-updater.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
wget https://raw.githubusercontent.com/ItsIgnacioPortal/utf8fixer/f42bfe64db0bc095e9e93a10ac6bba746f09670c/utf8fixer.py
2323
chmod +x utf8fixer.py
2424
python ./utf8fixer.py Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt utf8
25+
rm utf8fixer.py
2526
2627
- name: Commit files if changed
2728
run: |

0 commit comments

Comments
 (0)