mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-21 10:22:44 +00:00
Added workflow file
This commit is contained in:
parent
359f8adbba
commit
3577c3a670
@ -1,12 +0,0 @@
|
|||||||
#!/usr/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
set -o pipefail
|
|
||||||
|
|
||||||
mkdir -p .working_space
|
|
||||||
cd .working_space
|
|
||||||
git clone --depth=1 https://github.com/trickest/wordlists.git
|
|
||||||
cd ../
|
|
||||||
|
|
||||||
./.bin/trickest-patcher.py
|
|
||||||
rm -rf .working_space
|
|
@ -1,8 +1,8 @@
|
|||||||
name: Wordlist Updater - Trickest wordlists updater
|
name: Wordlist Updater - Remote wordlists updater
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 0 * * *
|
- cron: 0 * * * *
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Update lists
|
- name: Update lists
|
||||||
run: ./.bin/trickest-updater.sh
|
run: ./.bin/wordlist-updaters/updater.py
|
||||||
|
|
||||||
- name: Commit files if changed
|
- name: Commit files if changed
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user