Skip to content

update cron to just after API updates data #19

update cron to just after API updates data

update cron to just after API updates data #19

Workflow file for this run

name: run-pipeline
on:
push:
schedule:
- cron: '5 12 * * *'
jobs:
pipeline:
runs-on: ubuntu-latest
permissions:
# Allow the action to update the repo
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
cache: pipenv
#cache: 'pip' # caching pip dependencies
#- run: pip install -r requirements.txt
- name: Install pipenv
run: pip install pipenv
- name: Install dependencies
run: pipenv install --ignore-pipfile
- name: Run python code
run: pipenv run start
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Data update