mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-19 05:24:09 +02:00
Fixed wordlist updater github action (again)
This commit is contained in:
parent
c3392900fe
commit
bd23f0c3ff
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Check for changes
|
||||
run: git status
|
||||
- name: Stage changed files
|
||||
run: git add combined_words.txt
|
||||
run: git add Discovery/Web-Content/combined_words.txt
|
||||
- name: Commit changed files
|
||||
run: git commit -m "[Github Action] Updated combined_words.txt"
|
||||
- name: Fetch from master
|
||||
|
|
|
|||
Loading…
Reference in a new issue