Skip to content

Commit

Permalink
Fix typo when setting COUNTY_SHP in update-map-data workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Dec 23, 2024
1 parent 17e6587 commit 4dfbfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-map-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Modify shapefiles
env:
STATE_SHP: ${{ env.state_shp }}
COUNTY_SHP: $ {{ env.county_shp }}
COUNTY_SHP: ${{ env.county_shp }}
YEAR: ${{ env.shp_year }}
run: |
input_dir <- file.path("data-raw", "shapefiles", Sys.getenv("YEAR"))
Expand Down

0 comments on commit 4dfbfda

Please sign in to comment.