Skip to content

Names cronjob

Names cronjob #884

Workflow file for this run

name: Names cronjob
on:
push:
branches: [ names ]
schedule:
- cron: '0 12 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: names
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run
run: chmod +x sync.sh && ./sync.sh