Skip to content

Commit 9b537cd

Browse files
fix: update state code in text extraction workflow to nh
Configure extract-text.yml with correct state: nh for New Hampshire
1 parent 6ce3a50 commit 9b537cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extract-text.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run text extraction action
2323
uses: windy-civi/toolkit/actions/extract@refactor/v2-data-structure
2424
with:
25-
state: UPDATE_STATE_HERE # ⚠️ UPDATE THIS: Change to your state code (e.g., wy, usa, il, tx)
25+
state: nh # New Hampshire
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
force-update: "false"
2828

0 commit comments

Comments
 (0)