Skip to content

Generate initState

Generate initState #5

Workflow file for this run

name: "Generate initState"
on:
workflow_dispatch:
schedule:
- cron: '6 9 4 * *' # Run monthly,
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- run: yarn
- run: make build
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'Generate initState.json cache'
commit_author: initState Updater <[email protected]>