Skip to content

Drips💧 Split Events CSVs - Nightly #38

Drips💧 Split Events CSVs - Nightly

Drips💧 Split Events CSVs - Nightly #38

name: Drips💧 Split Events CSVs - Nightly
on:
schedule:
- cron: 49 23 * * *
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: split-events/csvs
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
cache-dependency-path: split-events/csvs/package-lock.json
- run: npm ci
- run: npx tsc
- run: node query-repo-events.js
- name: Git Config
run: |
git config user.name 'Nya Ξlimu'
git config user.email '[email protected]'
- name: Git Commit
run: |
git add *.csv
git commit -m 'chore(drips💧): split events csvs, nightly build' --allow-empty
- name: Git Push
run: |
git push