Skip to content

feat: add contributor dump script #1

feat: add contributor dump script

feat: add contributor dump script #1

on:

Check failure on line 1 in .github/workflows/dump-api-data.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/dump-api-data.yaml

Invalid workflow file

invalid `cron` attribute "0 12 * * 7"
schedule:
- cron: "0 12 * * 7" # “At 12:00 on Sunday.” https://crontab.guru/#0_12_*_*_7
workflow_dispatch:
jobs:
dump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm run