tiger-load¶
Reusable workflow — Load TIGER geocoder data.
Inputs¶
Input |
Type |
Required |
Default |
Description |
|---|---|---|---|---|
|
|
yes |
— |
Tier to load (prod | staging). |
|
|
yes |
— |
2-letter state codes to load, e.g. “OH,MI”. Overrides the task def default for this run. |
|
|
no |
|
Give up if the load hasn’t finished in this long. Large states take a while. |
Usage¶
jobs:
config:
uses: FSHTech/github-actions/.github/workflows/tiger-load.yml@v1
with:
tier: ...
states: ...