Skip to content

Commit

Permalink
Comment out action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhand authored Aug 24, 2023
1 parent 1c8c16c commit a32b4f4
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/flat.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: data
on:
schedule:
- cron: 0 11,13,15,17 * * *
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.x
- name: Check out repo
uses: actions/checkout@v2
- name: Fetch data
uses: githubocto/flat@v3
with:
http_url: https://phl.carto.com/api/v2/sql?q=SELECT+*,+ST_Y(the_geom)+AS+lat,+ST_X(the_geom)+AS+lng+FROM+shootings&filename=shootings&format=csv&skipfields=cartodb_id
downloaded_filename: shootings.csv
# name: data
# on:
# schedule:
# - cron: 0 11,13,15,17 * * *
# 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.x
# - name: Check out repo
# uses: actions/checkout@v2
# - name: Fetch data
# uses: githubocto/flat@v3
# with:
# http_url: https://phl.carto.com/api/v2/sql?q=SELECT+*,+ST_Y(the_geom)+AS+lat,+ST_X(the_geom)+AS+lng+FROM+shootings&filename=shootings&format=csv&skipfields=cartodb_id
# downloaded_filename: shootings.csv

0 comments on commit a32b4f4

Please sign in to comment.