Added workflow file

This commit is contained in:
Mo Langning 2024-04-05 09:54:01 +00:00
parent 359f8adbba
commit 3577c3a670
2 changed files with 3 additions and 15 deletions

View file

@ -1,8 +1,8 @@
name: Wordlist Updater - Trickest wordlists updater
name: Wordlist Updater - Remote wordlists updater
on:
schedule:
- cron: 0 0 * * *
- cron: 0 * * * *
workflow_dispatch:
@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- name: Update lists
run: ./.bin/trickest-updater.sh
run: ./.bin/wordlist-updaters/updater.py
- name: Commit files if changed
run: |