Fixed path in wordlist updater github action
This commit is contained in:
@@ -3,15 +3,15 @@ name: Wordlist Updater - words
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'common.txt'
|
- 'Discovery/Web-Content/common.txt'
|
||||||
- 'raft-small-words.txt'
|
- 'Discovery/Web-Content/raft-small-words.txt'
|
||||||
- 'raft-small-words-lowercase.txt'
|
- 'Discovery/Web-Content/raft-small-words-lowercase.txt'
|
||||||
- 'raft-medium-words-lowercase.txt'
|
- 'Discovery/Web-Content/raft-medium-words-lowercase.txt'
|
||||||
- 'raft-medium-words.txt'
|
- 'Discovery/Web-Content/raft-medium-words.txt'
|
||||||
- 'big.txt'
|
- 'Discovery/Web-Content/big.txt'
|
||||||
- 'raft-large-words-lowercase.txt'
|
- 'Discovery/Web-Content/raft-large-words-lowercase.txt'
|
||||||
- 'raft-large-words.txt'
|
- 'Discovery/Web-Content/raft-large-words.txt'
|
||||||
- 'test.txt'
|
- 'Discovery/Web-Content/test.txt'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_combined_words:
|
update_combined_words:
|
||||||
|
|||||||
Reference in New Issue
Block a user