Skip to content

Update

Update #116

Workflow file for this run

name: Update
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash .github/workflows/update.sh