Skip to content

Execute the update script #1419

Execute the update script

Execute the update script #1419

Workflow file for this run

name: Execute the update script
on:
push:
schedule:
- cron: '0 6 * * *' # Se ejecuta a las 6am
- cron: '0 14 * * *'
- cron: '0 21 * * *'
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
GITHUB_USERNAME: jotaaloud
jobs:
update_bio:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests pytz
- name: Execute update script
run: |
python3 ./.github/workflows/main.py