Skip to content

Update TSP share price data #776

Update TSP share price data

Update TSP share price data #776

Workflow file for this run

name: Update TSP share price data
on:
schedule:
# 6:00 and 12:00 UTC daily
- cron: "0 6,12 * * *"
# Every 5 minutes, only for testing
# - cron: "*/5 * * * *"
jobs:
scheduled-prices-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm install
- run: npm run update-prices
- uses: EndBug/add-and-commit@v9
with:
add: _data/prices.json
message: update prices.json