Skip to content

data

data #25109

Workflow file for this run

name: data
on:
schedule:
- cron: 0 * * * *
workflow_dispatch: {}
push:
paths:
- .github/workflows/flat.yml
jobs:
scheduled:
runs-on: ubuntu-latest
steps:
- name: Setup deno
uses: denoland/setup-deno@main
with:
deno-version: v1.10.x
- name: Check out repo
uses: actions/checkout@v2
- name: Fetch data
uses: githubocto/flat@v3
with:
http_url: https://webcode.run/regions/europe-west4/.stats
downloaded_filename: data/europe-west4.json
- name: Fetch data
uses: githubocto/flat@v3
with:
http_url: https://webcode.run/regions/us-central1/.stats
downloaded_filename: data/us-central1.json
- name: Fetch data
uses: githubocto/flat@v3
with:
http_url: https://webcode.run/regions/us-central1/observablehq.com/@tomlarkworthy/tarot-backend;variables
downloaded_filename: data/tarot.us-central1.json
- name: Fetch data
uses: githubocto/flat@v3
with:
http_url: https://webcode.run/regions/europe-west4/observablehq.com/@tomlarkworthy/tarot-backend;variables
downloaded_filename: data/tarot.europe-west4.json