Skip to content

Commit

Permalink
Merge pull request #587 from hackforla/IngestYears
Browse files Browse the repository at this point in the history
Adjusted the years being pulled into the database
  • Loading branch information
jmensch1 authored May 6, 2020
2 parents bb3a466 + 5829de5 commit c30b344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Nightly_Ingest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
- name: curl
uses: wei/curl@master
with:
args: ${{secrets.DB_URL}}/ingest?years=2015,2016,2017,2018,2019 &
args: ${{secrets.DB_URL}}/ingest?years=2017,2018,2019,2020 &

0 comments on commit c30b344

Please sign in to comment.