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,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

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: |