Skip to content

sync-events

sync-events #31

Workflow file for this run

name: sync-events
on:
schedule:
- cron: '0 4 * * 1,4'
workflow_dispatch:
inputs:
name:
description: 'Update'
default: 'Update'
required: true
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make install
- run: make download-events
- run: make build
- uses: stefanzweifel/git-auto-commit-action@v4