Skip to content

Commit 591a31c

Browse files
fix: update state code in text extraction workflow to md
Configure extract-text.yml with correct state: md for Maryland
1 parent 4cc93b6 commit 591a31c

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: md # Maryland
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
force-update: "false"
2828

0 commit comments

Comments
 (0)