Skip to content

Update

Update #10690

Workflow file for this run

name: Update
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '31 * * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
python -m pipenv install --system
- name: git config
run: |
git config --global user.email "[email protected]"
git config --global user.name "Md Sulaiman"
- name: run update
run: |
python update.py