Skip to content

.github/workflows/download.yml #79

.github/workflows/download.yml

.github/workflows/download.yml #79

Workflow file for this run

on:
workflow_dispatch:
schedule:
- cron: '50 3 * * *'
jobs:
download:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
git config user.name 'dciancu'
git config user.email 'dciancu@users.noreply.github.com'
git branch download
git checkout download
rm lists/.gitignore
sudo apt-get install -y whois
bash download.sh
git add -A
git commit -m 'update lists'
git push --force -u origin download