Skip to content

Python Script

Python Script #526

Workflow file for this run

name: Python Script
on:
schedule:
- cron: "0 10 * * *"
workflow_dispatch:
jobs:
build-linux:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v3
- name: Update json
run: python -B main.py
# Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v4