Skip to content

Update

Update #61

Workflow file for this run

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