Skip to content

Update drop data tables #986

Update drop data tables

Update drop data tables #986

Workflow file for this run

name: Update drop data tables
on:
schedule:
- cron: "30 21 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: npm ci
- run: npm run prebuild
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Update drop data tables"