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