Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit c97470b

Browse files
author
Greg Ceccarelli
committed
2 parents a17901d + d7bfa12 commit c97470b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate-sqlite.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
FILE=`ls data/tsv/*.tsv -Art | tail -n 1`
2929
echo "::set-output name=latest_file::${FILE}"
3030
31+
# This uses hamel's personal heroku account linked to hamel.husain@gatech.edu b/c enterprise account doesn't allow programatic launching of apps.
3132
- name: push db to heroku
3233
run: |
3334
csvs-to-sqlite "${LATEST_FILE}" -t latest_data covid_sql.sqlite -s $'\t' -f repo_description -f topics

0 commit comments

Comments
 (0)