Skip to content

Update libyear info

Update libyear info #3

Workflow file for this run

name: Update libyear info
on:
schedule:
- cron: '0 7 * * *'
workflow_dispatch:
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install packages
run: npm ci
- name: Update data
run: node bin/main.mjs
- name: Commit update
run: |
git push